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