tbaeder added inline comments.

================
Comment at: clang/lib/AST/Interp/Interp.h:173
+    APSInt RHSInt = RHS.toAPSInt();
+    APSInt Result = LHSInt % RHSInt;
+
----------------
`Result`is unused in here now I guess. Also `RHSInt`


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

https://reviews.llvm.org/D134744

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

Reply via email to