1. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 16 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  3. a88cfbf Rework the way we handle template instantiation for by Douglas Gregor · 16 years ago
  4. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 16 years ago
  5. e30d0bd Template instantiation for qualified declaration reference by Douglas Gregor · 16 years ago
  6. 08d3e7c Add a few tests to ensure that member functions of class templates can by Douglas Gregor · 16 years ago
  7. 1c0ca59 Representation of and template instantiation for member by Douglas Gregor · 16 years ago
  8. ccb97f5 Template instantiation for initializer lists by Douglas Gregor · 16 years ago
  9. 36bb03b Template instantiation for unary type traits, e.g., __is_pod by Douglas Gregor · 16 years ago
  10. 12d0c30 Template instantiation for C++ "typeid" expressions. by Douglas Gregor · 16 years ago
  11. 42e5b50 Template instantiation for C++ throw expressions by Douglas Gregor · 16 years ago
  12. d0c0267 Template instantiation for C++ delete expression by Douglas Gregor · 16 years ago
  13. 3433cf7 Template instantiation for C++ "new" expressions. by Douglas Gregor · 16 years ago
  14. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 16 years ago
  15. d94546a Template instantiation for the various kinds of AST nodes that occur by Douglas Gregor · 16 years ago