[PATCH] D46911: [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents

Bevin Hansson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 7 02:28:03 PDT 2018


ebevhan added a comment.

Actually, wait! One last thing I missed.



================
Comment at: include/clang/Sema/DeclSpec.h:670
                        const PrintingPolicy &Policy);
+  bool SetTypeSpecSat(SourceLocation Loc, const char *&PrevSpec,
+                      unsigned &DiagID);
----------------
This should take a PrintingPolicy like the others.


Repository:
  rC Clang

https://reviews.llvm.org/D46911





More information about the cfe-commits mailing list