summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/deduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r221832:upstream/release_35Tom Stellard2014-12-081-0/+14
* Merging r221748:Tom Stellard2014-12-081-1/+17
* 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