summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/deduction.cpp
Commit message (Expand)AuthorAge
* Restore the C-style cast hack for enum template arguments,John McCall2011-07-15
* When printing a qualified type, look through a substituted templateDouglas Gregor2011-02-17
* Enter the context of the declared function template when performingJohn McCall2010-10-12
* When perform exact-qualifier-match template argument deduction,John McCall2010-08-28
* When deducing the element type of an array, ignore qualifiers ifJohn McCall2010-08-19
* TDK_InconsistentQuals is really totally different from TDK_Inconsistent.John McCall2010-08-05
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-14
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-13
* Require a complete type before examining base classes during template argumentChandler Carruth2010-02-07
* More fixes to the handling of CVR-comparisons on array types. Adds a method toChandler Carruth2009-12-30
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Template argument deduction for template template parameters. ThisDouglas Gregor2009-11-11