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