1. 5f31f08 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 13 years ago
  2. 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago
  3. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 3ebd753 Tolerate extraneous "template<>" headers better, downgrading the by Douglas Gregor · 15 years ago
  6. 558c032 Additional semantic checking for explicit template instantiations, by Douglas Gregor · 15 years ago
  7. f3e7ce4 When instantiating the definition of a member function of a class by Douglas Gregor · 15 years ago
  8. 3f5b61c Implement explicit instantiations of member classes of class templates, e.g., by Douglas Gregor · 15 years ago
  9. a58861f Explicit instantiations of templates now instantiate the definitions by Douglas Gregor · 15 years ago
  10. ff66803 Improve the semantic checking for explicit instantiations of by Douglas Gregor · 15 years ago
  11. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 15 years ago
  12. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 15 years ago