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



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

Reply via email to