1. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  2. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  3. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  4. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  5. 74e611a Add test case for defaulted copy and move structure validation. by Sebastian Redl · 13 years ago
  6. 84ee2ee Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 13 years ago
  7. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  8. a391a46 Add __has_feature(cxx_range_for) check for C++11 range-based for loop. by Richard Smith · 13 years ago
  9. 6a4e73c clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. by Richard Smith · 13 years ago
  10. c8b9f79 we can now claim to fully support the override control feature in C++0x. by Anders Carlsson · 13 years ago
  11. 4561ecd Create __has_feature(cxx_noexcept) and mark it as working. by Sebastian Redl · 13 years ago
  12. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 13 years ago
  13. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 14 years ago
  14. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 14 years ago
  15. c78e259 Clean up the C++0x __has_feature tests. Specifically: by Douglas Gregor · 14 years ago
  16. 16cf8f5 Downgrade the error about rvalue references to an extension warning by Douglas Gregor · 14 years ago
  17. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 14 years ago
  18. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
  19. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  20. f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 14 years ago
  21. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  22. 1248451 Update test function names so as not to use potential keywords. by Sean Hunt · 15 years ago
  23. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago