1. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  2. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  3. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  4. 4188aed Fixed for running on Windows. by John Thompson · 15 years ago
  5. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  6. 5c7e281 Test template instantiation for member functions of class templates defined by Douglas Gregor · 15 years ago
  7. d7f37bf Implement implicit instantiation of the member functions of a class template by Douglas Gregor · 15 years ago
  8. a53f93b After spending 15 minutes trying to figure out why this was crashing, I realized it was a bug in the test case :) by Anders Carlsson · 15 years ago
  9. e47590e Fix usage of placement new. Placement new is not actually declared implicitly. by Sebastian Redl · 15 years ago
  10. c177aa2 Add the missing public: thanks, Fariborz by Douglas Gregor · 15 years ago
  11. 2bba76b Improve name lookup for and template instantiation of declaration by Douglas Gregor · 15 years ago
  12. 815215d Initial stab at a generalized operation for determining the by Douglas Gregor · 15 years ago
  13. 2f1735c A simple dynamic array class template, to be used as a test-bed for template instantiation by Douglas Gregor · 15 years ago