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