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