craig.topper added inline comments.

================
Comment at: clang/lib/AST/ExprConstant.cpp:9620
+
+    if(!EvaluateFloat(E->getArg(0), FPVal, Info)) return false;
+    APFloat::opStatus status =
----------------
Space after if


================
Comment at: clang/lib/AST/ExprConstant.cpp:9623
+        FPVal.convertToInteger(IVal, APFloat::rmNearestTiesToAway, &isExact);
+    if(status != APFloat::opInexact && status != APFloat::opOK) return false;
+
----------------
Space after if


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66862



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

Reply via email to