We pushed the wrong value on the stack, always leaving a 0 behind.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148901
[clang][Interp] Fix post-inc/dec operator result ClosedPublic Authored by tbaeder on Apr 21 2023, 12:54 AM.
Details Summary We pushed the wrong value on the stack, always leaving a 0 behind.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 25 2023, 12:34 PM This revision was landed with ongoing or failed builds.Apr 26 2023, 12:36 AM Closed by commit rG3185e47b5a84: [clang][Interp] Fix post-inc/dec operator result (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517077 clang/lib/AST/Interp/Interp.h
clang/test/AST/Interp/literals.cpp
|