summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg_nontype.cpp
AgeCommit message (Expand)Author
2017-02-16Revert r295277 to fix buildbot.Richard Smith
2017-02-16Add missing "deduced A == A" check for function template partial ordering.Richard Smith
2017-01-28When converting a template argument representing &array to an expression for aRichard Smith
2017-01-17Partial revert of r290511.Richard Smith
2017-01-09Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith
2017-01-09Revert r291410 and r291411.Richard Smith
2017-01-09Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith
2016-12-30Remove bogus assertion and add testcase that triggers it.Richard Smith
2016-12-28DR1315: a non-type template argument in a partial specialization is permittedRichard Smith
2016-12-27DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith
2016-12-27Add reference/non-reference mismatch test.Richard Smith
2016-12-27Work around a standard defect: template argument deduction for non-typeRichard Smith
2016-12-25Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith
2013-12-14Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker
2013-12-14Don't require -re suffix on -verify directives with regexes.Hans Wennborg
2013-12-13Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2013-10-26Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer
2013-10-22Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain
2013-05-03<rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor
2013-02-27Add test coverage for array to pointer decay in non-type template parameters.David Blaikie
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2013-01-16Apply adjustment to function- and array-typed non-type templateDouglas Gregor
2012-12-19Attempt to clarify a vexing-parse diagnostic.Richard Smith
2011-10-12When we determine that a function template specialization produced asDouglas Gregor
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-08-26Don't assert on taking the address of a non-type template parameter. Fixes P...Eli Friedman
2011-08-09Make sure to canonicalize the argument type of a non-type templateDouglas Gregor
2011-02-19Improve bool and char integral template argument printing inChandler Carruth
2011-01-07Factor out the template transformation of a sequence of functionDouglas Gregor
2010-10-13Place conversion warnings for non-type template arguments under theDouglas Gregor
2010-10-13Fix a silly bug in the suppression of non-error diagnostics in aDouglas Gregor
2010-09-13Parentheses around address non-type template argument is demoted to an extens...Abramo Bagnara
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-08-19Correctly instantiate templates with non-type template arguments thatJohn McCall
2010-04-29It turns out that we *can* end up having to display template argumentDouglas Gregor
2010-04-24When we take the address of a declaration to bind it to a non-typeDouglas Gregor
2010-04-14Always diagnose and complain about problems inDouglas Gregor
2010-04-01Overhaul checking of non-type template arguments that should refer toDouglas Gregor
2010-03-28After performing template argument deduction for a function template,Douglas Gregor
2010-03-26Reinstate change to non-type template arguments of integral type, soDouglas Gregor
2010-03-26Revert attempted fix for integral template arguments. It seems to have broken...Douglas Gregor
2010-03-25Warn when the conversion of an integral non-type template argument toDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-06Use a substituted type when determining how to substitute in non-type templateJohn McCall
2010-02-04When substituting the template argument for a pointer non-typeDouglas Gregor
2009-12-23Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit moreEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-25Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor