summaryrefslogtreecommitdiffstats
path: root/test/Lexer/cxx0x_keyword_as_cxx98.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor2011-10-251-1/+1
* Fix test: don't use __thread without a target triple.Richard Smith2011-10-111-3/+3
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-111-2/+35
* Add __char16_t and __char32_t as aliases for the C++0x char16_t andDouglas Gregor2010-09-131-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add support for C++'0x keywords, patch by Doug GregorChris Lattner2007-07-161-0/+2