forked from OSchip/llvm-project
[clang-tidy] Make FileOptionsProvider fields protected to make extending it easier
llvm-svn: 244793
This commit is contained in:
parent
001f168e94
commit
b7029d05a1
|
@ -189,7 +189,7 @@ public:
|
||||||
|
|
||||||
ClangTidyOptions getOptions(llvm::StringRef FileName) override;
|
ClangTidyOptions getOptions(llvm::StringRef FileName) override;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
/// \brief Try to read configuration files from \p Directory using registered
|
/// \brief Try to read configuration files from \p Directory using registered
|
||||||
/// \c ConfigHandlers.
|
/// \c ConfigHandlers.
|
||||||
llvm::Optional<ClangTidyOptions> TryReadConfigFile(llvm::StringRef Directory);
|
llvm::Optional<ClangTidyOptions> TryReadConfigFile(llvm::StringRef Directory);
|
||||||
|
|
Loading…
Reference in New Issue