aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-class.cpp
AgeCommit message (Expand)Author
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-06Semantic checking for class template declarations andDouglas Gregor
2009-01-12Implement support for anonymous structs and unions in C. Both C andDouglas Gregor
2008-12-18implement PR3177 - "__extension__ union" not supported in C++ modeChris Lattner
2008-11-14Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl
2008-11-08Update C++ status to reflect parser capabilities for chapter 9 (classes). Sli...Sebastian Redl
2008-06-28Handle unnamed bitfields when parsing C++ classes.Argyrios Kyrtzidis
2008-06-24Add parsing support for C++ classes.Argyrios Kyrtzidis