diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2018-12-20 21:26:40 +0000 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2018-12-20 21:26:40 +0000 |
commit | d001380a69cdc546b2724d3305b167644f6151f4 (patch) | |
tree | 9a5e31102162ea667441a7d28f4ce5f7857fac30 /lldb/packages/Python/lldbsuite/test | |
parent | 0535137e4ad5fc76b19ec6118724f66023f565f7 (diff) | |
download | bcm5719-llvm-d001380a69cdc546b2724d3305b167644f6151f4.tar.gz bcm5719-llvm-d001380a69cdc546b2724d3305b167644f6151f4.zip |
[driver] [analyzer] Fix a backward compatibility issue after r348038.
Since r348038 we emit an error every time an -analyzer-config option is not
found. The driver, however, suppresses this error with another flag,
-analyzer-config-compatibility-mode, so backwards compatibility is maintained,
while analyzer developers still enjoy the new typo-free experience.
The backwards compatibility turns out to be still broken when the -analyze
action is not specified; it is still possible to specify -analyzer-config
in that case. This should be fixed now.
Patch by Kristóf Umann!
Differential Revision: https://reviews.llvm.org/D55823
rdar://problem/46504165
llvm-svn: 349824
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions