Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the use of C++0x deleted functions as an extension in C++98. | Anders Carlsson | 2010-09-24 | 1 | -2/+2 |
| | | | | llvm-svn: 114762 | ||||
* | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl | 2010-08-31 | 1 | -0/+10 |
| | | | | llvm-svn: 112671 | ||||
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -2/+2 |
| | | | | llvm-svn: 107153 | ||||
* | Update test function names so as not to use potential keywords. | Alexis Hunt | 2010-01-13 | 1 | -5/+5 |
| | | | | llvm-svn: 93314 | ||||
* | Add a bunch more feature-checking macros for C++0x features. Some of these are | Alexis Hunt | 2010-01-13 | 1 | -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 |