diff options
author | Haojian Wu <hokein@google.com> | 2019-09-03 14:13:00 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2019-09-03 14:13:00 +0000 |
commit | 67853ac4e01a60e9be3db0c1745c7bdc58dfa446 (patch) | |
tree | 285048dd9dcb4bbb20344941ddb2844de9ba0590 /lldb/packages/Python/lldbsuite/test | |
parent | 97e5de522e6d09adabcfe5c6ac09a4f0c5b1c153 (diff) | |
download | bcm5719-llvm-67853ac4e01a60e9be3db0c1745c7bdc58dfa446.tar.gz bcm5719-llvm-67853ac4e01a60e9be3db0c1745c7bdc58dfa446.zip |
[clang-tidy] Fix a false positive in unused-using-decl check
The previous matcher "hasAnyTemplateArgument(templateArgument())" only
matches the first template argument, but the check wants to iterate all
template arguments. This patch fixes this.
Also some refactorings in this patch (to make the code reusable).
llvm-svn: 370760
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions