summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r295277 to fix buildbot.Richard Smith2017-02-161-20/+0
* Add missing "deduced A == A" check for function template partial ordering.Richard Smith2017-02-161-0/+20
* Mark 'auto' as dependent when instantiating the type of a non-type templateRichard Smith2016-12-281-0/+21
* Work around a standard defect: template argument deduction for non-typeRichard Smith2016-12-271-0/+6
* Check and build conversion sequences for non-type template arguments inRichard Smith2016-12-271-1/+1
* Fix assertion failure when deducing an auto-typed argument against a differen...Richard Smith2016-12-251-0/+17
* Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith2016-12-251-3/+22
* Perform type-checking for a converted constant expression in a templateRichard Smith2016-12-211-2/+2
* P0127R2: Support type deduction for types of non-type template parameters inRichard Smith2016-09-281-0/+110
* Fix bug where template argument deduction of a non-type template parameter usedRichard Smith2016-09-281-1/+1
* PR24921: checking explicitly-specified template arguments when matching aRichard Smith2015-10-021-0/+7
* [c++1z] Fixes for generalized non-type template argument support: check forRichard Smith2014-12-171-0/+38
* Fix buildbot failure on LLP64 platforms like MSVC x86_64.Richard Smith2014-11-261-1/+1
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-0/+112