aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/default-expr-arguments.cpp
AgeCommit message (Expand)Author
2009-11-09Make sure that we instantiate default function arguments for anDouglas Gregor
2009-11-08Special-case default argument expression in instantiation. This should fix PR...Sebastian Redl
2009-10-29Make sure to call CompleteConstructorCall for bases and members that are init...Anders Carlsson
2009-09-17Merge uninstantiated default arguments more carefully, and try not toDouglas Gregor
2009-09-16Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls evenDouglas Gregor
2009-09-11Cleanup and test C++ default arguments. Improvements include:Douglas Gregor
2009-09-06Reapply 81096, now with a fix. Spot the bug:Anders Carlsson
2009-09-06Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash whenDaniel Dunbar
2009-09-05Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destro...Anders Carlsson
2009-09-05Report errors for member functions correctly.Anders Carlsson
2009-09-05Use a separate diagnostic for default function argument expressions.Anders Carlsson
2009-08-25Add a little more testing for default arguments of constructors in a class te...Douglas Gregor
2009-08-25If a parameter has a default argument expression, make sure to instantiate th...Anders Carlsson
2009-08-25Improved support for default arguments in constructors for class templates.Anders Carlsson
2009-08-25Basic support for default argument expressions for function templates.Anders Carlsson