clang-tools
15.0.0git
|
Helper structure for storing option value with priority of the value. More...
#include <ClangTidyOptions.h>
Public Member Functions | |
ClangTidyValue () | |
ClangTidyValue (const char *Value) | |
ClangTidyValue (llvm::StringRef Value, unsigned Priority=0) | |
Public Attributes | |
std::string | Value |
unsigned | Priority |
Priority stores relative precedence of the value loaded from config files to disambiguate local vs global value from different levels. More... | |
Helper structure for storing option value with priority of the value.
Definition at line 103 of file ClangTidyOptions.h.
|
inline |
Definition at line 104 of file ClangTidyOptions.h.
|
inline |
Definition at line 105 of file ClangTidyOptions.h.
|
inline |
Definition at line 106 of file ClangTidyOptions.h.
unsigned clang::tidy::ClangTidyOptions::ClangTidyValue::Priority |
Priority stores relative precedence of the value loaded from config files to disambiguate local vs global value from different levels.
Definition at line 112 of file ClangTidyOptions.h.
std::string clang::tidy::ClangTidyOptions::ClangTidyValue::Value |
Definition at line 109 of file ClangTidyOptions.h.