Age | Commit message (Expand) | Author |
---|---|---|
2011-10-25 | Make the -Wc++11-compat warnings ignored by default, so we don't break | Douglas Gregor |
2011-10-11 | Fix test: don't use __thread without a target triple. | Richard Smith |
2011-10-11 | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith |
2010-09-13 | Add __char16_t and __char32_t as aliases for the C++0x char16_t and | 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 |
2007-07-16 | Add support for C++'0x keywords, patch by Doug Gregor | Chris Lattner |