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