summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/constexpr-instantiate.cpp
AgeCommit message (Expand)Author
2017-07-05Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor
2017-01-07PR20090: Add (passing) test from this bug; it's been fixed for a while.Richard Smith
2017-01-07PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith
2014-05-17Tweak diagnostic wording for init list narrowingAlp Toker
2013-08-13sizeof(void) etc. should be a hard error in C++.Eli Friedman
2012-11-07PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith
2012-03-02Ensure that we instantiate static reference data members of class templatesRichard Smith
2012-02-15If a static data member of a class template which could be used in a constantRichard Smith
2012-02-14If a constexpr function template specialization is referenced, and then theRichard Smith