1. 9241057 Pass context and access to Parser::ParseExplicitInstantiation() for by Argyrios Kyrtzidis · 13 years ago
  2. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  3. d941fa4 Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case. by Sebastian Redl · 13 years ago
  4. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  5. 669eed8 Provide a special diagnostic for attempts to explicitly specialize by Douglas Gregor · 14 years ago
  6. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
  7. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  8. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  9. 745880f Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one by Douglas Gregor · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 558c032 Additional semantic checking for explicit template instantiations, by Douglas Gregor · 15 years ago
  12. b2f81cf Make sure to free the explicit template arguments provided for an by Douglas Gregor · 15 years ago
  13. db422df Declarators can now properly represent template-ids, e.g., for by Douglas Gregor · 15 years ago
  14. d5a423b WIP implementation of explicit instantiation of function templates, by Douglas Gregor · 15 years ago