[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 05:25:02 PDT 2022
    
    
  
cor3ntin updated this revision to Diff 423363.
cor3ntin marked an inline comment as done.
cor3ntin added a comment.
Address Aaron's feedback
- Typos
- Remove unused parameters
- return ExprError() if ParseUnqualifiedId fails.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123909/new/
https://reviews.llvm.org/D123909
Files:
  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.423363.patch
Type: text/x-patch
Size: 9807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220418/32c18c00/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list