diff options
author | Aleksandr Platonov <platonov.aleksandr@huawei.com> | 2023-10-19 23:09:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 23:09:31 +0300 |
commit | 51094545e28d222dc11eea513904506624d715c6 (patch) | |
tree | 7ad0129457c6ebe0ad17b528f9e5d222cb0ff7b6 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | 616c86accbf4c9ada37da6fb6b04554dec0fffee (diff) | |
download | llvm-51094545e28d222dc11eea513904506624d715c6.zip llvm-51094545e28d222dc11eea513904506624d715c6.tar.gz llvm-51094545e28d222dc11eea513904506624d715c6.tar.bz2 |
[clang][index] Fix processing of CompoundAssignOperator at setting up reference roles (#69370)
Without this patch in expressions like `foo += 1` reference `foo` has no
read and write roles.
This happens because `CompoundAssignOperator` is also a
`BinaryOperator`, thus handling `CompoindAssignOperator` in `else`
branch is a dead code.
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
0 files changed, 0 insertions, 0 deletions