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

2023-05-04 Thread Timm Bäder via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG338c2489f63e: [clang][Interp] Implement inc/dec operators for floats (authored by tbaeder). Changed prior to commit: https://reviews.llvm.org/D149634?vs=518642&id=519365#toc Repository: rG LLVM Githu

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

2023-05-02 Thread Erich Keane via Phabricator via cfe-commits
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 t

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

2023-05-01 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik, sepavloff. Herald added a project: All. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Looks like I forgot these. Repository