summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/constexpr-instantiate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-051-1/+1
* PR20090: Add (passing) test from this bug; it's been fixed for a while.Richard Smith2017-01-071-0/+7
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-20/+64
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-171-1/+1
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-2/+2
* PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith2012-11-071-0/+133
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-021-0/+10
* If a static data member of a class template which could be used in a constantRichard Smith2012-02-151-0/+8
* If a constexpr function template specialization is referenced, and then theRichard Smith2012-02-141-0/+59