1. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 14 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  3. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 14 years ago
  4. 692f85c Commit Eli's fix for implicit conversions to array type. Fixes PR6264. by Douglas Gregor · 14 years ago
  5. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  6. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  7. e14654b PR5909 had a test case for binding of const, non-volatile references by Douglas Gregor · 15 years ago
  8. ef06e24 Fix reference-binding when we have a reference to const volatile type; by Douglas Gregor · 15 years ago
  9. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  10. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  11. 2d48e78 A CXXExprWithTemporaries expression is an lvalue if its subexpression by Douglas Gregor · 15 years ago
  12. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. d87b61f Move initialization via initializer list over to InitializationSequences. by Douglas Gregor · 15 years ago
  15. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  16. fa184a4 Remove empty test cases by Douglas Gregor · 15 years ago
  17. d490f95 PointerUnion == PointerUnion does not do what I thought it did. Also, fix a thinko in a PointerUnion::get call. by Douglas Gregor · 15 years ago
  18. d75191f In some dependent contexts, incomplete array types persist into FinalizeDeclaratorGroup. Don't require them to have a complete type. This allows us to compile Hello World with the Apache stdcxx library. If you don't use endl, it even links and runs. by Sebastian Redl · 15 years ago