1. b2b5cc0 Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 14 years ago
  2. 102ff97 When marking declarations referenced within an expression (e.g., by Douglas Gregor · 14 years ago
  3. 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
  4. 4fcf5b2 Teach the EvaluatedExprVisitor and its client, which marks by Douglas Gregor · 14 years ago
  5. be0f7bd When parsing default function arguments, do not mark any declarations by Douglas Gregor · 14 years ago
  6. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 14 years ago
  7. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  8. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  9. 525f96c Default function arguments for function template specializations by Douglas Gregor · 15 years ago
  10. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  11. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  12. 036aed1 When we see a CXXDefaultArgExpr during template instantiation, rebuild by Douglas Gregor · 15 years ago
  13. 65222e8 When using a default function argument for a function template (or by Douglas Gregor · 15 years ago
  14. 4a2c19b Switch default arguments over to InitializationSequence. by Eli Friedman · 15 years ago
  15. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. d47c47d Make sure that we instantiate default function arguments for an by Douglas Gregor · 15 years ago
  18. a29e51b Special-case default argument expression in instantiation. This should fix PR4301. Doug, please double-check my assumptions. Read the PR for more details. by Sebastian Redl · 15 years ago
  19. 0ebb6d3 Make sure to call CompleteConstructorCall for bases and members that are initialized implicitly in constructors so that default arguments etc are set correctly. Fixes PR5283. by Anders Carlsson · 15 years ago
  20. d85cef5 Merge uninstantiated default arguments more carefully, and try not to by Douglas Gregor · 15 years ago
  21. e95b409 Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even by Douglas Gregor · 15 years ago
  22. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 15 years ago
  23. 21e1c4e Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 15 years ago
  24. 4355be0 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 15 years ago
  25. 657bff7 Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 15 years ago
  26. 6bc107b Report errors for member functions correctly. by Anders Carlsson · 15 years ago
  27. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
  28. 0b84a53 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 15 years ago
  29. 5653ca5 If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer. by Anders Carlsson · 15 years ago
  30. 8644aec Improved support for default arguments in constructors for class templates. by Anders Carlsson · 15 years ago
  31. 9351c17 Basic support for default argument expressions for function templates. by Anders Carlsson · 15 years ago