summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.spec/temp.inst/p7.cpp
Commit message (Collapse)AuthorAgeFilesLines
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-0/+12
triggers instantiation of constexpr functions. We mostly implemented this since Clang 6, but missed the template instantiation case. We do not implement the '&cast-expression' special case. It appears to be a mistake / oversight. I've mailed CWG to see if we can remove it. llvm-svn: 343064
OpenPOWER on IntegriCloud