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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to