Helper structure for storing option value with priority of the value.
More...
#include <ClangTidyOptions.h>
|
std::string | Value |
|
unsigned | Priority = 0 |
| Priority stores relative precedence of the value loaded from config files to disambiguate local vs global value from different levels.
|
|
Helper structure for storing option value with priority of the value.
Definition at line 114 of file ClangTidyOptions.h.
◆ ClangTidyValue() [1/3]
clang::tidy::ClangTidyOptions::ClangTidyValue::ClangTidyValue |
( |
| ) |
|
|
default |
◆ ClangTidyValue() [2/3]
clang::tidy::ClangTidyOptions::ClangTidyValue::ClangTidyValue |
( |
const char * |
Value | ) |
|
|
inline |
◆ ClangTidyValue() [3/3]
clang::tidy::ClangTidyOptions::ClangTidyValue::ClangTidyValue |
( |
llvm::StringRef |
Value, |
|
|
unsigned |
Priority = 0 |
|
) |
| |
|
inline |
◆ Priority
unsigned clang::tidy::ClangTidyOptions::ClangTidyValue::Priority = 0 |
Priority stores relative precedence of the value loaded from config files to disambiguate local vs global value from different levels.
Definition at line 123 of file ClangTidyOptions.h.
◆ Value
std::string clang::tidy::ClangTidyOptions::ClangTidyValue::Value |
The documentation for this struct was generated from the following file: