summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/has_feature_cxx0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow the use of C++0x deleted functions as an extension in C++98.Anders Carlsson2010-09-241-2/+2
| | | | llvm-svn: 114762
* Implement __has_feature(cxx_inline_namespaces)Sebastian Redl2010-08-311-0/+10
| | | | llvm-svn: 112671
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-2/+2
| | | | llvm-svn: 107153
* Update test function names so as not to use potential keywords.Alexis Hunt2010-01-131-5/+5
| | | | llvm-svn: 93314
* Add a bunch more feature-checking macros for C++0x features. Some of these areAlexis Hunt2010-01-131-0/+101
disabled with the intent that users can start with them now and not have to change a thing to have them work when we implement the features. llvm-svn: 93312
OpenPOWER on IntegriCloud