aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorAleksandr Platonov <platonov.aleksandr@huawei.com>2023-10-19 23:09:31 +0300
committerGitHub <noreply@github.com>2023-10-19 23:09:31 +0300
commit51094545e28d222dc11eea513904506624d715c6 (patch)
tree7ad0129457c6ebe0ad17b528f9e5d222cb0ff7b6 /lldb/source/Commands/CommandObjectBreakpoint.cpp
parent616c86accbf4c9ada37da6fb6b04554dec0fffee (diff)
downloadllvm-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