summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/has_feature_cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor2011-05-211-1/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+9
* Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith2011-04-151-0/+11
* clang has had full and tested support for C++0x trailing-return-type and auto...Richard Smith2011-04-031-0/+10
* we can now claim to fully support the override control feature in C++0x.Anders Carlsson2011-03-251-0/+8
* Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl2011-03-151-0/+9
* Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.Richard Smith2011-02-201-2/+1
* Add a __has_feature check for default template arguments in functionDouglas Gregor2011-02-051-0/+9
* Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor2011-01-261-0/+10
* Clean up the C++0x __has_feature tests. Specifically:Douglas Gregor2011-01-261-19/+18
* Downgrade the error about rvalue references to an extension warningDouglas Gregor2011-01-251-2/+2
* Eradicate any mention of C++0x concepts.Douglas Gregor2011-01-191-10/+0
* Variadic templates are fully implemented.Douglas Gregor2011-01-191-2/+3
* Allow the use of C++0x deleted functions as an extension in C++98.Anders Carlsson2010-09-241-2/+2
* Implement __has_feature(cxx_inline_namespaces)Sebastian Redl2010-08-311-0/+10
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-2/+2
* Update test function names so as not to use potential keywords.Alexis Hunt2010-01-131-5/+5
* Add a bunch more feature-checking macros for C++0x features. Some of these areAlexis Hunt2010-01-131-0/+101
OpenPOWER on IntegriCloud