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