1. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 16 years ago
  2. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 16 years ago
  3. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  4. 765ccba Diagnose the use of incomplete types in C++ typeid expressions by Douglas Gregor · 16 years ago
  5. 5b5ad84 When transforming a C++ "new" expression that was not explicitly given by Douglas Gregor · 16 years ago
  6. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 16 years ago
  7. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 16 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  9. a88cfbf Rework the way we handle template instantiation for by Douglas Gregor · 16 years ago
  10. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 16 years ago
  11. e30d0bd Template instantiation for qualified declaration reference by Douglas Gregor · 16 years ago
  12. 08d3e7c Add a few tests to ensure that member functions of class templates can by Douglas Gregor · 16 years ago
  13. 1c0ca59 Representation of and template instantiation for member by Douglas Gregor · 16 years ago
  14. ccb97f5 Template instantiation for initializer lists by Douglas Gregor · 16 years ago
  15. 36bb03b Template instantiation for unary type traits, e.g., __is_pod by Douglas Gregor · 16 years ago
  16. 12d0c30 Template instantiation for C++ "typeid" expressions. by Douglas Gregor · 16 years ago
  17. 42e5b50 Template instantiation for C++ throw expressions by Douglas Gregor · 16 years ago
  18. d0c0267 Template instantiation for C++ delete expression by Douglas Gregor · 16 years ago
  19. 3433cf7 Template instantiation for C++ "new" expressions. by Douglas Gregor · 16 years ago
  20. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 16 years ago
  21. d94546a Template instantiation for the various kinds of AST nodes that occur by Douglas Gregor · 16 years ago