[PATCH] D123909: [Clang] Use of decltype(capture) in parameter-declaration-clause

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 18 06:36:30 PDT 2022


aaron.ballman accepted this revision as: aaron.ballman.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a nit (forgot to remove a line covered by RAII).



================
Comment at: clang/lib/Sema/SemaExpr.cpp:2704-2712
+  ExprResult Res = ActOnIdExpression(S, SS, /*TemplateKwLoc*/
+                                     SourceLocation(), Id,
+                                     /*HasTrailingLParen*/ false,
+                                     /*IsAddressOfOperand*/ false,
+                                     /*CorrectionCandidateCallback*/ nullptr,
+                                     /*IsInlineAsmIdentifier*/ false,
+                                     /*KeywordReplacement*/ nullptr);
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123909/new/

https://reviews.llvm.org/D123909



More information about the cfe-commits mailing list