summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/default-expr-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r155670:Bill Wendling2012-04-261-0/+11
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* When marking declarations referenced within an expression (e.g.,Douglas Gregor2010-10-191-0/+18
* When marking the declarations in a default argument expression asDouglas Gregor2010-09-141-0/+22
* Teach the EvaluatedExprVisitor and its client, which marksDouglas Gregor2010-09-111-0/+18
* When parsing default function arguments, do not mark any declarationsDouglas Gregor2010-09-111-0/+28
* Ensure that we have completed a type before attempting initializationDouglas Gregor2010-04-261-0/+18
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-4/+8
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Default function arguments for function template specializationsDouglas Gregor2010-02-051-0/+7
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* When we see a CXXDefaultArgExpr during template instantiation, rebuildDouglas Gregor2009-12-231-3/+14
* When using a default function argument for a function template (orDouglas Gregor2009-12-231-1/+23
* Switch default arguments over to InitializationSequence.Eli Friedman2009-12-221-1/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure that we instantiate default function arguments for anDouglas Gregor2009-11-091-2/+15
* Special-case default argument expression in instantiation. This should fix PR...Sebastian Redl2009-11-081-0/+23
* Make sure to call CompleteConstructorCall for bases and members that are init...Anders Carlsson2009-10-291-0/+24
* Merge uninstantiated default arguments more carefully, and try not toDouglas Gregor2009-09-171-0/+6
* Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls evenDouglas Gregor2009-09-161-0/+10
* Cleanup and test C++ default arguments. Improvements include:Douglas Gregor2009-09-111-0/+21
* Reapply 81096, now with a fix. Spot the bug:Anders Carlsson2009-09-061-1/+4
* Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash whenDaniel Dunbar2009-09-061-4/+1
* Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destro...Anders Carlsson2009-09-051-1/+4
* Report errors for member functions correctly.Anders Carlsson2009-09-051-0/+7
* Use a separate diagnostic for default function argument expressions.Anders Carlsson2009-09-051-5/+5
* Add a little more testing for default arguments of constructors in a class te...Douglas Gregor2009-08-251-0/+3
* If a parameter has a default argument expression, make sure to instantiate th...Anders Carlsson2009-08-251-0/+8
* Improved support for default arguments in constructors for class templates.Anders Carlsson2009-08-251-0/+8
* Basic support for default argument expressions for function templates.Anders Carlsson2009-08-251-0/+20