diff options
author | Mitchell Balan <mitchell@stellarscience.com> | 2019-11-15 16:42:43 -0500 |
---|---|---|
committer | Mitchell Balan <mitchell@stellarscience.com> | 2019-11-15 16:42:54 -0500 |
commit | 96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982 (patch) | |
tree | 3c4d3be51ca45338ac36ecca6c331a976de70965 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 51a0a4e355d4fc18b1b00149ea08786de52ccbe9 (diff) | |
download | bcm5719-llvm-96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982.tar.gz bcm5719-llvm-96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982.zip |
[clang-tidy] Give readability-redundant-string-init a customizable list of string types to fix
Summary:
This patch adds a feature requested in https://reviews.llvm.org/D69238 to enable `readability-redundant-string-init` to take a list of strings to apply the fix to rather than hard-coding `basic_string`. It adds a `StringNames` option of semicolon-delimited names of string classes to which to apply this fix. Tests ensure this works with test class out::TestString as well as std::string and std::wstring as before. It should be applicable to llvm::StringRef, QString, etc.
Reviewers: MyDeveloperDay, aaron.ballman, hokein, alexfh, JonasToth, gribozavr2
Patch by: poelmanc
Subscribers: gribozavr2, xazax.hun, Eugene.Zelenko, cfe-commits
Tags: #clang-tools-extra, #clang
Differential Revision: https://reviews.llvm.org/D69548
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions