1. 7bde8587 Convert ad-hoc `int array[expr ? -1 : 1]' assertions by Dmitri Gribenko · 14 years ago
  2. ab44d9b constexpr: evaluation support for nullptr comparisons. by Richard Smith · 14 years ago
  3. 98a0a49 Pending clear answer from WG21 on whether core issue 903 is intended to apply to by Richard Smith · 14 years ago
  4. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  5. 80af313 Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 14 years ago
  6. 6774b1f Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 15 years ago
  7. 479d6f5 Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 15 years ago
  8. 9c9127e Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 15 years ago
  9. a8bea4b Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 15 years ago
  10. 3fd5031 Don't warn when matching %p to nullptr. by Anders Carlsson · 15 years ago
  11. e981a8c Expressions of type std::nullptr_t can be used as sentinels. by Anders Carlsson · 15 years ago
  12. 7da7cc5 Implement [over.ics.rank]p4: A conversion that does not convert an std::nullptr_t to bool is better than one than does. by Anders Carlsson · 15 years ago
  13. a95069c It's OK to use nullptr in relational operators if the other side is a null pointer constant. by Anders Carlsson · 15 years ago
  14. 53c9ac3 tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. by Daniel Dunbar · 15 years ago
  15. 7827520 Initialization improvements: addition of string initialization and a few by Eli Friedman · 16 years ago
  16. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  17. 576fd42 Implement C++0x nullptr. by Sebastian Redl · 16 years ago