Age | Commit message (Expand) | Author |
---|---|---|
2012-02-22 | Accept braced-init-lists in conditions, and, in passing, dramatically improve | Richard Smith |
2012-02-14 | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | 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-14 | Add svn:eol-style=native to some files | Cedric Venet |
2008-09-09 | Fix test case. | Argyrios Kyrtzidis |
2008-09-09 | Implement parser support for the 'condition' part of C++ selection-statements... | Argyrios Kyrtzidis |