[clang-tidy] Make FileOptionsProvider fields protected to make extending it easier

llvm-svn: 244793
This commit is contained in:
Alexander Kornienko 2015-08-12 19:29:57 +00:00
parent 001f168e94
commit b7029d05a1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public:
ClangTidyOptions getOptions(llvm::StringRef FileName) override;
private:
protected:
/// \brief Try to read configuration files from \p Directory using registered
/// \c ConfigHandlers.
llvm::Optional<ClangTidyOptions> TryReadConfigFile(llvm::StringRef Directory);