]> granicus.if.org Git - clang/commit
[cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions on const...
authorFaisal Vali <faisalv@yahoo.com>
Mon, 9 Jan 2017 11:47:51 +0000 (11:47 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Mon, 9 Jan 2017 11:47:51 +0000 (11:47 +0000)
commitddb8d277a0b6d804856bc7157a2a342761cdb701
treea4b8526dfee2a72e6f75f6fb63a56560f3d840e2
parent50b589ac81a3d07e94b379f8023ba6d195939626
[cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions on constexpr lambdas from appearing within function-signatures (CWG1607)

For further background, see Richard's comments: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20170109/181998.html

A patch to fix this is being worked on.

Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp