llvm-project
7d91cf4b - [CIR] Add support for compound assignment statements (#137740)

Commit
234 days ago
[CIR] Add support for compound assignment statements (#137740) Compound assignment in C++ goes through a different path than the binary assignment operators that were already handled for C. This change adds the necessary handler to get this working with C++.
Author
Parents
Loading