aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/cxx0x_keyword_as_cxx98.cpp
AgeCommit message (Expand)Author
2011-10-25Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor
2011-10-11Fix test: don't use __thread without a target triple.Richard Smith
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith
2010-09-13Add __char16_t and __char32_t as aliases for the C++0x char16_t andDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-07-16Add support for C++'0x keywords, patch by Doug GregorChris Lattner