summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Have the parser tell sema whether a member declaration is a function definiti...Sebastian Redl2009-11-241-3/+2
* Make sure redeclaration chains are properly linked, even through invalid decl...Sebastian Redl2009-11-241-0/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...Douglas Gregor2009-03-111-2/+2
* Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor2009-03-111-2/+2
* refactor C++ bitfield checking a bit (haha)Chris Lattner2009-03-051-1/+1
* fix PR3607 and a fixme, by checking bitfield constraintsChris Lattner2009-03-051-2/+2
* Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor2009-01-281-1/+1
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-081-1/+6
* Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl2008-12-281-0/+4
* Implement effects of 'mutable', and a few comments from Chris on its parsing.Sebastian Redl2008-11-171-0/+12
* Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl2008-11-141-0/+13
* Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl2008-11-061-2/+6
* Fix this bug:Argyrios Kyrtzidis2008-10-151-0/+1
* Fix a bug that crashed clang when parsing this:Argyrios Kyrtzidis2008-10-081-0/+3
* Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis2008-08-161-0/+70
OpenPOWER on IntegriCloud