aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/has_feature_cxx0x.cpp
AgeCommit message (Expand)Author
2013-05-21Merging r181342:Bill Wendling
2013-05-02Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor
2013-04-19C++11 support is now feature-complete.Richard Smith
2012-04-10Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor
2012-04-04Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor
2012-03-09User-defined literals are done.Richard Smith
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-02-25Initializer lists are now supported.Sebastian Redl
2012-02-23Clang now supports lambda expressions.Douglas Gregor
2012-02-14Advertize support for constexpr.Richard Smith
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall
2011-11-01Add __has_feature(cxx_raw_string_literals) andDouglas Gregor
2011-11-01Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor
2011-10-14Add c_alignas and cxx_alignas featuresPeter Collingbourne
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-04Add test case for defaulted copy and move structure validation.Sebastian Redl
2011-05-21Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith
2011-04-03clang has had full and tested support for C++0x trailing-return-type and auto...Richard Smith
2011-03-25we can now claim to fully support the override control feature in C++0x.Anders Carlsson
2011-03-15Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl
2011-02-20Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.Richard Smith
2011-02-05Add a __has_feature check for default template arguments in functionDouglas Gregor
2011-01-26Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor
2011-01-26Clean up the C++0x __has_feature tests. Specifically:Douglas Gregor
2011-01-25Downgrade the error about rvalue references to an extension warningDouglas Gregor
2011-01-19Eradicate any mention of C++0x concepts.Douglas Gregor
2011-01-19Variadic templates are fully implemented.Douglas Gregor
2010-09-24Allow the use of C++0x deleted functions as an extension in C++98.Anders Carlsson
2010-08-31Implement __has_feature(cxx_inline_namespaces)Sebastian Redl
2010-06-29tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar
2010-01-13Update test function names so as not to use potential keywords.Sean Hunt
2010-01-13Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt