1. 9ea0817 [Test] Make Lit tests C++11 compatible #9 by Charles Li · 9 years ago
  2. e4caa48 DR259: Demote the pedantic error for an explicit instantiation after an by Richard Smith · 9 years ago
  3. cc5f8f0 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 14 years ago
  4. 050d261 Refactor the checking for explicit template instantiations being performed in by Richard Smith · 14 years ago
  5. c97d7a2 The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 15 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. 6591149 Tolerate extraneous "template<>" headers better, downgrading the by Douglas Gregor · 16 years ago
  8. e47f5a7 Additional semantic checking for explicit template instantiations, by Douglas Gregor · 16 years ago
  9. 8567358 When instantiating the definition of a member function of a class by Douglas Gregor · 16 years ago
  10. 2ec748c Implement explicit instantiations of member classes of class templates, e.g., by Douglas Gregor · 16 years ago
  11. bbbb02d Explicit instantiations of templates now instantiate the definitions by Douglas Gregor · 16 years ago
  12. f61eca9 Improve the semantic checking for explicit instantiations of by Douglas Gregor · 16 years ago
  13. a1f4997 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 16 years ago
  14. 1b57ff3 Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 16 years ago