clang-tools
3.8.0
|
Implementation of the ClangTidyOptionsProvider
interface, which returns the same options for all files.
More...
#include <ClangTidyOptions.h>
Public Member Functions | |
DefaultOptionsProvider (const ClangTidyGlobalOptions &GlobalOptions, const ClangTidyOptions &Options) | |
const ClangTidyGlobalOptions & | getGlobalOptions () override |
Returns global options, which are independent of the file. More... | |
ClangTidyOptions | getOptions (llvm::StringRef) override |
Returns options applying to a specific translation unit with the specified FileName . More... | |
![]() | |
virtual | ~ClangTidyOptionsProvider () |
Implementation of the ClangTidyOptionsProvider
interface, which returns the same options for all files.
Definition at line 111 of file ClangTidyOptions.h.
|
inline |
Definition at line 113 of file ClangTidyOptions.h.
|
inlineoverridevirtual |
Returns global options, which are independent of the file.
Implements clang::tidy::ClangTidyOptionsProvider.
Definition at line 116 of file ClangTidyOptions.h.
|
inlineoverridevirtual |
Returns options applying to a specific translation unit with the specified FileName
.
Implements clang::tidy::ClangTidyOptionsProvider.
Reimplemented in clang::tidy::FileOptionsProvider.
Definition at line 119 of file ClangTidyOptions.h.
Referenced by clang::tidy::FileOptionsProvider::TryReadConfigFile().