summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't try to parse a malformed parameter list after a constructor or operatorRichard Smith2012-03-291-5/+4
* When we see 'Class(X' or 'Class::Class(X' and we suspect that it names aRichard Smith2012-03-271-0/+24
* Fix code so that a SkipUntil will ignore semicolons when skipping aRichard Trieu2012-01-211-0/+7
* Fix crash-on-invalid, improve error recovery, and test coverage for missing c...David Blaikie2011-10-131-0/+17
* Parse the optional semicolon after a C++ in-class member functionDouglas Gregor2011-01-191-2/+6
* Complain when an unnamed enumeration has no enumerations (inDouglas Gregor2010-07-131-1/+1
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-1/+1
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-1/+1
* implement PR3177 - "__extension__ union" not supported in C++ modeChris Lattner2008-12-181-0/+9
* Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl2008-11-141-0/+1
* Update C++ status to reflect parser capabilities for chapter 9 (classes). Sli...Sebastian Redl2008-11-081-1/+9
* Handle unnamed bitfields when parsing C++ classes.Argyrios Kyrtzidis2008-06-281-0/+1
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-0/+19