aprantl added inline comments.

================
Comment at: lib/CodeGen/CGExpr.cpp:3010
+    return CGF.EmitCheckedInBoundsGEP(ptr, indices, signedIndices,
+                                      /*IsSubtraction=*/false, loc, name);
   } else {
----------------
Might want to define an

`enum { NotSubtraction = false, IsSubtraction = true }` in the header. We do 
this in other places.


https://reviews.llvm.org/D34121



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

Reply via email to