This revision was automatically updated to reflect the committed changes.
Closed by commit rL363296: [clang-tidy] Make ClangTidyCheck::OptionsView
public. (authored by ymandel, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:
ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a subscriber: xazax.hun.
Herald added a project: clang.
The `OptionsView` class is currently protected. This constraint prevents tidies
from passing the OptionsView to, for example, a helper function. Similarly,
Tra