summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/deduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement [temp.deduct.type]p6: if the nested-name-specifier of a type isRichard Smith2015-12-301-0/+11
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* restore fix for 18645, buildbot apparently gave a false positive.Nathan Sidwell2015-01-161-0/+5
* reverting due to build bot failureNathan Sidwell2015-01-121-5/+0
* fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.Nathan Sidwell2015-01-101-0/+5
* Another test for PR19372, showing why we need to keep checking arguments afte...Richard Smith2014-11-121-1/+2
* Add another testcase.Richard Smith2014-11-121-0/+9
* PR19372: Keep checking template arguments after we see an argument packRichard Smith2014-11-121-0/+14
* PR21536: Fix a corner case where we'd get confused by a pack expanding into theRichard Smith2014-11-121-1/+17
* Fix grammatical error in diagnostic.Richard Smith2014-08-211-1/+1
* Restore the C-style cast hack for enum template arguments,John McCall2011-07-151-0/+12
* When printing a qualified type, look through a substituted templateDouglas Gregor2011-02-171-1/+1
* Enter the context of the declared function template when performingJohn McCall2010-10-121-0/+16
* When perform exact-qualifier-match template argument deduction,John McCall2010-08-281-0/+13
* When deducing the element type of an array, ignore qualifiers ifJohn McCall2010-08-191-0/+8
* TDK_InconsistentQuals is really totally different from TDK_Inconsistent.John McCall2010-08-051-0/+8
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-1/+1
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-1/+8
* Require a complete type before examining base classes during template argumentChandler Carruth2010-02-071-0/+12
* More fixes to the handling of CVR-comparisons on array types. Adds a method toChandler Carruth2009-12-301-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Template argument deduction for template template parameters. ThisDouglas Gregor2009-11-111-0/+83
OpenPOWER on IntegriCloud