[PATCH] D149634: [clang][Interp] Implement inc/dec operators for floats

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 06:20:28 PDT 2023


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

This looks right to me.



================
Comment at: clang/lib/AST/Interp/Floating.h:132
+    *R = Floating(A.F);
+
+    return R->F.add(One, RM);
----------------
Extra new line vs the decrement?  Obviously the nittiest of nits.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149634



More information about the cfe-commits mailing list