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

LGTM, though needs a release note.



================
Comment at: clang/lib/AST/ExprConstant.cpp:13503-13505
+    if (Value.isSigned() && Value.isMinSignedValue() && E->canOverflow()) {
+
+      if (Info.checkingForUndefinedBehavior())
----------------



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

https://reviews.llvm.org/D142867

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

Reply via email to