summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.const/p6.cpp
Commit message (Collapse)AuthorAgeFilesLines
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-0/+39
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