rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

I think this is worth the complexity of the repeated clone methods. lgtm



================
Comment at: lib/Sema/SemaType.cpp:5911
       ExprResult AddrSpace = S.ActOnIdExpression(
-          S.getCurScope(), SS, TemplateKWLoc, id, false, false);
+          S.getCurScope(), SS, TemplateKWLoc, id, /*HasTrailingLParen=*/false,
+          /*IsAddressOfOperand=*/false);
----------------
These changes are unrelated, but good.


Repository:
  rC Clang

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

https://reviews.llvm.org/D58827



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D58827: [Sema][NFCI]... Reid Kleckner via Phabricator via cfe-commits

Reply via email to