[PATCH] D136956: [clang][Interp] Implement BitXor opcode

2022-10-30 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG74fb770de939: [clang][Interp] Implement bitXor opcode (authored by tbaeder). Changed prior to commit: https://reviews.llvm.org/D136956?vs=471560&i

[PATCH] D136956: [clang][Interp] Implement BitXor opcode

2022-10-28 Thread Shafik Yaghmour via Phabricator via cfe-commits
shafik accepted this revision. shafik added a comment. This revision is now accepted and ready to land. Besides the minor comment LGTM Comment at: clang/test/AST/Interp/literals.cpp:290 + static_assert((0 | gimme(12)) == 12, ""); + static_assert((12 ^ true) == 13, ""); +#prag

[PATCH] D136956: [clang][Interp] Implement BitXor opcode

2022-10-28 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik. Herald added a project: All. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://revi