shafik added inline comments.

================
Comment at: clang/lib/AST/Interp/Floating.h:80
+  bool isMinusOne() const { return V == -1; }
+
+  ComparisonCategoryResult compare(const Floating &RHS) const {
----------------
`bool isNaN() const { return V != V; }`


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

https://reviews.llvm.org/D134859

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

Reply via email to