1. d47c47d Make sure that we instantiate default function arguments for an by Douglas Gregor · 16 years ago
  2. 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 · 16 years ago
  3. 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 · 16 years ago
  4. d85cef5 Merge uninstantiated default arguments more carefully, and try not to by Douglas Gregor · 16 years ago
  5. e95b409 Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even by Douglas Gregor · 16 years ago
  6. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 16 years ago
  7. 21e1c4e Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 16 years ago
  8. 4355be0 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 16 years ago
  9. 657bff7 Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 16 years ago
  10. 6bc107b Report errors for member functions correctly. by Anders Carlsson · 16 years ago
  11. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 16 years ago
  12. 0b84a53 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 16 years ago
  13. 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 · 16 years ago
  14. 8644aec Improved support for default arguments in constructors for class templates. by Anders Carlsson · 16 years ago
  15. 9351c17 Basic support for default argument expressions for function templates. by Anders Carlsson · 16 years ago