1. dd2ca57 PR14428: When instantiating a 'new' expression, if we had a non-dependent by Richard Smith · 13 years ago
  2. 90633e3 Sema: Provide a valid source location when instantiating templates based on a CXXDefaultArgExpr. by Benjamin Kramer · 13 years ago
  3. c25372b Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. by Eli Friedman · 14 years ago
  4. a92409c Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 15 years ago
  5. f0873f4 When marking declarations referenced within an expression (e.g., by Douglas Gregor · 15 years ago
  6. 6ed2fee When marking the declarations in a default argument expression as by Douglas Gregor · 15 years ago
  7. 32b3de5 Teach the EvaluatedExprVisitor and its client, which marks by Douglas Gregor · 15 years ago
  8. 8a01b2a When parsing default function arguments, do not mark any declarations by Douglas Gregor · 15 years ago
  9. d984815 Ensure that we have completed a type before attempting initialization by Douglas Gregor · 16 years ago
  10. 4f4946a Whenever we complain about a failed initialization of a function or by Douglas Gregor · 16 years ago
  11. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  12. 8c70253 Default function arguments for function template specializations by Douglas Gregor · 16 years ago
  13. e1ac8d1 Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 16 years ago
  14. fd0b2f8 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  15. 033f675 When we see a CXXDefaultArgExpr during template instantiation, rebuild by Douglas Gregor · 16 years ago
  16. 25ab25f When using a default function argument for a function template (or by Douglas Gregor · 16 years ago
  17. 5f101b9 Switch default arguments over to InitializationSequence. by Eli Friedman · 16 years ago
  18. a4b592a Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
  19. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  20. 1bc688d Make sure that we instantiate default function arguments for an by Douglas Gregor · 16 years ago
  21. 14236c8 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
  22. 561f793 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
  23. 4f15f4d Merge uninstantiated default arguments more carefully, and try not to by Douglas Gregor · 16 years ago
  24. 64621e6 Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even by Douglas Gregor · 16 years ago
  25. c732aba Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 16 years ago
  26. faf1ced Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 16 years ago
  27. 94bcae4 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 16 years ago
  28. 8284d7c Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 16 years ago
  29. dc6d2c3 Report errors for member functions correctly. by Anders Carlsson · 16 years ago
  30. 657bad4 Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 16 years ago
  31. 7315672 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 16 years ago
  32. 114056f 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
  33. 10ebe78 Improved support for default arguments in constructors for class templates. by Anders Carlsson · 16 years ago
  34. 4562f1f Basic support for default argument expressions for function templates. by Anders Carlsson · 16 years ago