1. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 13 years ago
  2. 7b156dd Add feature check "cxx_local_type_template_args" describing support by Douglas Gregor · 13 years ago
  3. 9c1dda7 User-defined literals are done. by Richard Smith · 13 years ago
  4. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 13 years ago
  5. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
  6. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 13 years ago
  7. b5216aa Advertize support for constexpr. by Richard Smith · 13 years ago
  8. 7a7ee30 Some improvements to the handling of C11 atomic types: by David Chisnall · 13 years ago
  9. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  10. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  11. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  12. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  13. 74e611a Add test case for defaulted copy and move structure validation. by Sebastian Redl · 13 years ago
  14. 84ee2ee Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 14 years ago
  15. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 14 years ago
  16. a391a46 Add __has_feature(cxx_range_for) check for C++11 range-based for loop. by Richard Smith · 14 years ago
  17. 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 · 14 years ago
  18. c8b9f79 we can now claim to fully support the override control feature in C++0x. by Anders Carlsson · 14 years ago
  19. 4561ecd Create __has_feature(cxx_noexcept) and mark it as working. by Sebastian Redl · 14 years ago
  20. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 14 years ago
  21. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 14 years ago
  22. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 14 years ago
  23. c78e259 Clean up the C++0x __has_feature tests. Specifically: by Douglas Gregor · 14 years ago
  24. 16cf8f5 Downgrade the error about rvalue references to an extension warning by Douglas Gregor · 14 years ago
  25. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 14 years ago
  26. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
  27. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  28. f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 14 years ago
  29. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  30. 1248451 Update test function names so as not to use potential keywords. by Sean Hunt · 15 years ago
  31. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago