ebevhan added inline comments.

================
Comment at: lib/AST/Expr.cpp:788
   FixedPointValueToString(
-      S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale, Radix);
+      S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale);
   return S.str();
----------------
Unrelated to this patch specifically, but using `getZExtValue` here is a bit 
limiting.


Repository:
  rC Clang

https://reviews.llvm.org/D49945



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

Reply via email to