[clang][Interp] Implement bitwise not operations
authorTimm Bäder <tbaeder@redhat.com>
Wed, 28 Sep 2022 12:30:44 +0000 (14:30 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 10:57:57 +0000 (12:57 +0200)
commit542123465f9e523ccd82bd91ee17f407ea4b0cd1
tree9900abb02b1c3592814da0e6ef496261b6a3c329
parent4b17710369df7f1ba73ce63d4312726b9a2b52cc
[clang][Interp] Implement bitwise not operations

Differential Revision: https://reviews.llvm.org/D134804
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Integral.h
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Opcodes.td
clang/test/AST/Interp/literals.cpp