|
clang-tools 22.0.0git
|
Helper structure for storing option value with priority of the value. More...
#include <ClangTidyOptions.h>
Public Member Functions | |
| ClangTidyValue ()=default | |
| ClangTidyValue (const char *Value) | |
| ClangTidyValue (llvm::StringRef Value, unsigned Priority=0) | |
Public Attributes | |
| 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 116 of file ClangTidyOptions.h.
|
default |
|
inline |
Definition at line 118 of file ClangTidyOptions.h.
References Value.
|
inline |
Definition at line 119 of file ClangTidyOptions.h.
| 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 125 of file ClangTidyOptions.h.
Referenced by ClangTidyValue().
| std::string clang::tidy::ClangTidyOptions::ClangTidyValue::Value |
Definition at line 122 of file ClangTidyOptions.h.
Referenced by ClangTidyValue(), and ClangTidyValue().