[PATCH] D64914: Implement P1771

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 07:44:41 PDT 2019


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

LGTM aside from a minor naming nit.



================
Comment at: clang/lib/Sema/SemaStmt.cpp:201
+                              SourceLocation Loc, SourceRange R1,
+                              SourceRange R2, bool isCtor) {
+  if (!A)
----------------
`isCtor` -> `IsCtor`


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

https://reviews.llvm.org/D64914





More information about the cfe-commits mailing list