diff options
author | Yitzhak Mandelbaum <yitzhakm@google.com> | 2019-06-26 16:04:38 +0000 |
---|---|---|
committer | Yitzhak Mandelbaum <yitzhakm@google.com> | 2019-06-26 16:04:38 +0000 |
commit | 039af0ea03f987654a162b6160399a00fd22b1b0 (patch) | |
tree | 152c66521e8734b2beef0da296d593c07fdb0348 /lldb/packages/Python/lldbsuite/test | |
parent | 71ad22707cdf2997469ee8bbbbd9ea03cf096726 (diff) | |
download | bcm5719-llvm-039af0ea03f987654a162b6160399a00fd22b1b0.tar.gz bcm5719-llvm-039af0ea03f987654a162b6160399a00fd22b1b0.zip |
[clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.
Summary: Tidy check behavior often depends on language and/or clang-tidy options. This revision allows a user of TranformerClangTidyCheck to pass rule _generator_ in place of a rule, where the generator takes both the language and clang-tidy options. Additionally, the generator returns an `Optional` to allow for the case where the check is deemed irrelevant/disable based on those options.
Reviewers: gribozavr
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D63288
llvm-svn: 364442
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions