summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_nontype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r295277 to fix buildbot.Richard Smith2017-02-161-6/+10
* Add missing "deduced A == A" check for function template partial ordering.Richard Smith2017-02-161-10/+6
* When converting a template argument representing &array to an expression for aRichard Smith2017-01-281-0/+8
* Partial revert of r290511.Richard Smith2017-01-171-8/+8
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-2/+6
* Revert r291410 and r291411.Richard Smith2017-01-091-6/+2
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-2/+6
* Remove bogus assertion and add testcase that triggers it.Richard Smith2016-12-301-0/+17
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-281-0/+26
* DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith2016-12-271-8/+12
* Add reference/non-reference mismatch test.Richard Smith2016-12-271-1/+6
* Work around a standard defect: template argument deduction for non-typeRichard Smith2016-12-271-0/+25
* Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith2016-12-251-0/+10
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-261-0/+14
* Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer2013-10-221-0/+4
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-8/+8
* <rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor2013-05-031-0/+9
* Add test coverage for array to pointer decay in non-type template parameters.David Blaikie2013-02-271-6/+5
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-1/+1
* Apply adjustment to function- and array-typed non-type templateDouglas Gregor2013-01-161-0/+15
* Attempt to clarify a vexing-parse diagnostic.Richard Smith2012-12-191-1/+1
* When we determine that a function template specialization produced asDouglas Gregor2011-10-121-1/+1
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* Don't assert on taking the address of a non-type template parameter. Fixes P...Eli Friedman2011-08-261-0/+3
* Make sure to canonicalize the argument type of a non-type templateDouglas Gregor2011-08-091-0/+57
* Improve bool and char integral template argument printing inChandler Carruth2011-02-191-1/+15
* Factor out the template transformation of a sequence of functionDouglas Gregor2011-01-071-1/+2
* Place conversion warnings for non-type template arguments under theDouglas Gregor2010-10-131-1/+1
* Fix a silly bug in the suppression of non-error diagnostics in aDouglas Gregor2010-10-131-0/+5
* Parentheses around address non-type template argument is demoted to an extens...Abramo Bagnara2010-09-131-1/+1
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Correctly instantiate templates with non-type template arguments thatJohn McCall2010-08-191-0/+40
* It turns out that we *can* end up having to display template argumentDouglas Gregor2010-04-291-0/+10
* When we take the address of a declaration to bind it to a non-typeDouglas Gregor2010-04-241-0/+17
* Always diagnose and complain about problems inDouglas Gregor2010-04-141-6/+6
* Overhaul checking of non-type template arguments that should refer toDouglas Gregor2010-04-011-9/+5
* After performing template argument deduction for a function template,Douglas Gregor2010-03-281-0/+9
* Reinstate change to non-type template arguments of integral type, soDouglas Gregor2010-03-261-5/+5
* Revert attempted fix for integral template arguments. It seems to have broken...Douglas Gregor2010-03-261-5/+5
* Warn when the conversion of an integral non-type template argument toDouglas Gregor2010-03-251-5/+5
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-6/+6
* Use a substituted type when determining how to substitute in non-type templateJohn McCall2010-02-061-0/+10
* When substituting the template argument for a pointer non-typeDouglas Gregor2010-02-041-10/+1
* Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit moreEli Friedman2009-12-231-1/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-251-0/+9