rjmccall added inline comments.

================
Comment at: lib/CodeGen/CGClass.cpp:2190
                          This, Args, AggValueSlot::MayOverlap,
-                         E->getLocation());
+                         E->getLocation(), true);
 }
----------------
Please include `/* */` comments to describe what `true` and `false` mean as 
arguments throughout this patch, just like the `/*Delegating*/` comment here.


================
Comment at: lib/CodeGen/CGValue.h:487
+  /// them.
+  bool CheckedFlag : 1;
+
----------------
Are those checks anything more than pointer alignment?  If so, please call this
(and all the methods for it) `SanitizerCheckedFlag`; otherwise, please just 
call it
`AlignmentCheckedFlag`.


Repository:
  rC Clang

https://reviews.llvm.org/D49589



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

Reply via email to