aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/default-expr-arguments.cpp
AgeCommit message (Expand)Author
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-05Default function arguments for function template specializationsDouglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-23When we see a CXXDefaultArgExpr during template instantiation, rebuildDouglas Gregor
2009-12-23When using a default function argument for a function template (orDouglas Gregor
2009-12-22Switch default arguments over to InitializationSequence.Eli Friedman
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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