clang-tools
11.0.0
|
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 disambigute local vs global value from different levels. More... | |
Helper structure for storing option value with priority of the value.
Definition at line 99 of file ClangTidyOptions.h.
|
inline |
Definition at line 100 of file ClangTidyOptions.h.
|
inline |
Definition at line 101 of file ClangTidyOptions.h.
|
inline |
Definition at line 102 of file ClangTidyOptions.h.
unsigned clang::tidy::ClangTidyOptions::ClangTidyValue::Priority |
Priority stores relative precedence of the value loaded from config files to disambigute local vs global value from different levels.
Definition at line 108 of file ClangTidyOptions.h.
std::string clang::tidy::ClangTidyOptions::ClangTidyValue::Value |
Definition at line 105 of file ClangTidyOptions.h.