[PATCH] D36915: [Sema] Diagnose local variables and parameters captured by lambda and block expressions in a default argument

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 28 17:01:35 PDT 2017


On 28 August 2017 at 13:47, Akira Hatanaka via Phabricator via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> clang currently rejects "void foo(int = a);"  and so does gcc.
>
> I'm trying to search the defect reports, but it looks like the c++
> standard's site is currently unreachable.


It's http://lists.isocpp.org/core/2017/04/2108.php, but that's too recent
for the latest issues list (
http://wiki.edg.com/pub/Wg21albuquerque/CoreWorkingGroup/cwg_active.html).
(Apologies for the committee-internal links; as you say, the public site is
down.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170828/86c4572c/attachment.html>


More information about the cfe-commits mailing list