diff options
author | Petar Jovanovic <petar.jovanovic@mips.com> | 2019-03-07 15:50:52 +0000 |
---|---|---|
committer | Petar Jovanovic <petar.jovanovic@mips.com> | 2019-03-07 15:50:52 +0000 |
commit | eb39991c8b4071211b1f408283bf331a69dacec0 (patch) | |
tree | ca5b1fe7a2d64acef94d90204ff078e74bcedbae /lldb/packages/Python/lldbsuite/support/encoded_file.py | |
parent | a92711404ccae970ed4e23e1d8e1d1ee88cd2458 (diff) | |
download | bcm5719-llvm-eb39991c8b4071211b1f408283bf331a69dacec0.tar.gz bcm5719-llvm-eb39991c8b4071211b1f408283bf331a69dacec0.zip |
[analyzer] handle modification of vars inside an expr with comma operator
We should track mutation of a variable within a comma operator expression.
Current code in ExprMutationAnalyzer does not handle it.
This will handle cases like:
(a, b) ++ < == b is modified
(a, b) = c < == b is modifed
Patch by Djordje Todorovic.
Differential Revision: https://reviews.llvm.org/D58894
llvm-svn: 355605
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support/encoded_file.py')
0 files changed, 0 insertions, 0 deletions