This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Implement inc/dec operators for floats
ClosedPublic

Authored by tbaeder on May 1 2023, 11:21 PM.

Diff Detail

Event Timeline

tbaeder created this revision.May 1 2023, 11:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:21 PM
tbaeder requested review of this revision.May 1 2023, 11:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:21 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
erichkeane accepted this revision.May 2 2023, 6:20 AM

This looks right to me.

clang/lib/AST/Interp/Floating.h
132

Extra new line vs the decrement? Obviously the nittiest of nits.

This revision is now accepted and ready to land.May 2 2023, 6:20 AM
tbaeder marked an inline comment as done.May 3 2023, 11:53 PM
This revision was automatically updated to reflect the committed changes.