[PATCH] D123909: [Clang] Use of decltype(capture) in parameter-declaration-clause
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 18 06:15:10 PDT 2022
cor3ntin updated this revision to Diff 423365.
cor3ntin added a comment.
- Add a release note
- Add tests for lookup errors in decltype expressions in lambda parameters clause
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123909/new/
https://reviews.llvm.org/D123909
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/lambda-capture-type-deduction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123909.423365.patch
Type: text/x-patch
Size: 10666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220418/a7aeab5f/attachment-0001.bin>
More information about the cfe-commits
mailing list