aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/class.cpp
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...Douglas Gregor
2009-03-11Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor
2009-03-05refactor C++ bitfield checking a bit (haha)Chris Lattner
2009-03-05fix PR3607 and a fixme, by checking bitfield constraintsChris Lattner
2009-01-28Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor
2009-01-08Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor
2008-12-28Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl
2008-11-17Implement effects of 'mutable', and a few comments from Chris on its parsing.Sebastian Redl
2008-11-14Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl
2008-11-06Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl
2008-10-15Fix this bug:Argyrios Kyrtzidis
2008-10-08Fix a bug that crashed clang when parsing this:Argyrios Kyrtzidis
2008-08-16Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis