summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_nontype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a new representation for template templateDouglas Gregor2009-11-111-2/+1
* Fix a little canonical-types issue with non-type template arguments.Douglas Gregor2009-11-041-0/+16
* Properly replace (cxxscope, template-id) annotation tokens with aDouglas Gregor2009-11-041-0/+14
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-1/+1
* Add a test for canonicalization of template argumentsDouglas Gregor2009-05-111-0/+10
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Check for overflow and signedness problems with templateDouglas Gregor2009-03-141-0/+10
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-1/+1
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-34/+18
* Finished semantic analysis of non-type template arguments, to checkDouglas Gregor2009-02-111-4/+7
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-4/+17
* Add semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-0/+23
* Semantic checking for template arguments that correspond to non-typeDouglas Gregor2009-02-111-0/+12
* Add partial semantic checking of template arguments that are meant forDouglas Gregor2009-02-111-0/+29
* Add type-checking and implicit conversions for template parameters ofDouglas Gregor2009-02-101-4/+30
* Teach the type-id/expression disambiguator about differentDouglas Gregor2009-02-101-0/+14