[clang][Interp] Implement add and sub compound assign operators
authorTimm Bäder <tbaeder@redhat.com>
Sat, 22 Oct 2022 13:32:27 +0000 (15:32 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Sun, 30 Oct 2022 07:11:04 +0000 (08:11 +0100)
commit881547db03a6ea243505a8ccba1547f2f18c05ca
tree96107f60772886e9deeafc3c589a297538751f17
parentcab3ef25398c3c8e0069b6338f71bd605dbc1665
[clang][Interp] Implement add and sub compound assign operators

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