summaryrefslogtreecommitdiffstats
path: root/test/Lexer/has_feature_cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-101-0/+10
* Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor2012-04-041-0/+9
* User-defined literals are done.Richard Smith2012-03-091-0/+9
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-031-0/+9
* Initializer lists are now supported.Sebastian Redl2012-02-251-0/+9
* Clang now supports lambda expressions.Douglas Gregor2012-02-231-1/+1
* Advertize support for constexpr.Richard Smith2012-02-141-0/+9
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-0/+9
* Add __has_feature(cxx_raw_string_literals) andDouglas Gregor2011-11-011-0/+18
* Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor2011-11-011-0/+8
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+9
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add test case for defaulted copy and move structure validation.Sebastian Redl2011-09-041-0/+9
* 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.Sean Hunt2010-01-131-5/+5
* Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt2010-01-131-0/+101