[clang][Interp] Implement logical and/or operators
authorTimm Bäder <tbaeder@redhat.com>
Sat, 31 Dec 2022 19:04:41 +0000 (20:04 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 26 Jan 2023 05:52:35 +0000 (06:52 +0100)
commitd2ea8ae5d43e05791a201e7ca233d3f637254597
tree02f20ac1c3693d9315bd1d6833dc12694d41c2e4
parenta5cd202e21e52c1e00963ad5bdfeb83b4fec820e
[clang][Interp] Implement logical and/or operators

Differential Revision: https://reviews.llvm.org/D140809
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/test/AST/Interp/cond.cpp