Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++11: don't warn about the deprecated 'register' keyword if it's combined with | Richard Smith | 2013-06-17 | 1 | -1/+1 |
* | Add -Wdeprecated warnings and fixits for things deprecated in C++11: | Richard Smith | 2013-06-13 | 1 | -0/+4 |
* | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith | 2013-04-12 | 1 | -2/+10 |
* | Make the -Wc++11-compat warnings ignored by default, so we don't break | Douglas Gregor | 2011-10-25 | 1 | -1/+1 |
* | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor | 2011-10-12 | 1 | -1/+1 |
* | PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-... | Richard Smith | 2011-09-04 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -0/+10 |