summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg_nontype.cpp
Commit message (Expand)AuthorAge
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-14
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-14
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-13
* Switch to the new MingW ABI.Rafael Espindola2013-12-12
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-26
* Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer2013-10-22
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-19
* <rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor2013-05-03
* Add test coverage for array to pointer decay in non-type template parameters.David Blaikie2013-02-27
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-02
* Apply adjustment to function- and array-typed non-type templateDouglas Gregor2013-01-16
* Attempt to clarify a vexing-parse diagnostic.Richard Smith2012-12-19
* When we determine that a function template specialization produced asDouglas Gregor2011-10-12
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-12
* Don't assert on taking the address of a non-type template parameter. Fixes P...Eli Friedman2011-08-26
* Make sure to canonicalize the argument type of a non-type templateDouglas Gregor2011-08-09
* Improve bool and char integral template argument printing inChandler Carruth2011-02-19
* Factor out the template transformation of a sequence of functionDouglas Gregor2011-01-07
* Place conversion warnings for non-type template arguments under theDouglas Gregor2010-10-13
* Fix a silly bug in the suppression of non-error diagnostics in aDouglas Gregor2010-10-13
* Parentheses around address non-type template argument is demoted to an extens...Abramo Bagnara2010-09-13
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* Correctly instantiate templates with non-type template arguments thatJohn McCall2010-08-19
* It turns out that we *can* end up having to display template argumentDouglas Gregor2010-04-29
* When we take the address of a declaration to bind it to a non-typeDouglas Gregor2010-04-24
* Always diagnose and complain about problems inDouglas Gregor2010-04-14
* Overhaul checking of non-type template arguments that should refer toDouglas Gregor2010-04-01
* After performing template argument deduction for a function template,Douglas Gregor2010-03-28
* Reinstate change to non-type template arguments of integral type, soDouglas Gregor2010-03-26
* Revert attempted fix for integral template arguments. It seems to have broken...Douglas Gregor2010-03-26
* Warn when the conversion of an integral non-type template argument toDouglas Gregor2010-03-25
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Use a substituted type when determining how to substitute in non-type templateJohn McCall2010-02-06
* When substituting the template argument for a pointer non-typeDouglas Gregor2010-02-04
* Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit moreEli Friedman2009-12-23
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-25
* Introduce a new representation for template templateDouglas Gregor2009-11-11
* Fix a little canonical-types issue with non-type template arguments.Douglas Gregor2009-11-04
* Properly replace (cxxscope, template-id) annotation tokens with aDouglas Gregor2009-11-04
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-03
* Add a test for canonicalization of template argumentsDouglas Gregor2009-05-11
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Check for overflow and signedness problems with templateDouglas Gregor2009-03-14
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-26
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-25
* Finished semantic analysis of non-type template arguments, to checkDouglas Gregor2009-02-11
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-11
* Add semantic checking for template arguments that correspond toDouglas Gregor2009-02-11
* Semantic checking for template arguments that correspond to non-typeDouglas Gregor2009-02-11