1. df963a3 DR1113: anonymous namespaces formally give their contents internal linkage. by Richard Smith · 8 years ago
  2. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  3. 19ae117 Fix FileCheck --check-prefix lines. by Tim Northover · 12 years ago
  4. cf51a8a Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 12 years ago
  5. 6774b1f Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 15 years ago
  6. 479d6f5 Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 15 years ago
  7. 8823c65 Properly give unique-external linkage to members of member templates by John McCall · 15 years ago
  8. ae498b3 The global variable for the VTT might not have external linkage; allow by Douglas Gregor · 15 years ago
  9. d6b21e4 If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). by Anders Carlsson · 16 years ago
  10. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  11. 4fa5342 Anonymous namespaces, sema + codegen. A lot of semantics are still broken, by John McCall · 16 years ago