summaryrefslogtreecommitdiff
path: root/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default
Commit message (Expand)AuthorAgeFilesLines
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-0/+33
* [Sema] Diagnose default argument on a parameter pack.Benjamin Kramer2015-03-271-0/+3
* FIX PR 18432, default args, friends & late-parsed members.Nathan Sidwell2015-02-191-0/+19
* Code cleanupNathan Sidwell2015-01-301-0/+1
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-3/+3
* PR15390: If a function returns a pointer to a function, that function typeRichard Smith2013-03-061-1/+4
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-3/+3
* Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne2011-07-292-2/+2
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+2
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* Switch default arguments over to InitializationSequence.Eli Friedman2009-12-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-158-8/+8
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Cleanup and test C++ default arguments. Improvements include:Douglas Gregor2009-09-118-0/+154