The OptionsView class is currently protected. This constraint prevents tidies from passing the OptionsView to, for example, a helper function. Similarly, TransformerClangTidyCheck cannot pass the OptionsView object to functions that generate tooling::RewriteRules. The latter is needed to allow the definition of such rules to depend on the clang-tidy options, as demonstrated in the child revision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM