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
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
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