#include "ClangTidyCheck.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLParser.h"
#include <optional>
Go to the source code of this file.
|
static ClangTidyOptions::OptionMap::const_iterator | clang::tidy::findPriorityOption (const ClangTidyOptions::OptionMap &Options, StringRef NamePrefix, StringRef LocalName, llvm::StringSet<> *Collector) |
|
static std::optional< bool > | clang::tidy::getAsBool (StringRef Value, const llvm::Twine &LookupName) |
|
static constexpr llvm::StringLiteral | clang::tidy::ConfigWarning ("invalid configuration value '%0' for option '%1'%select{|; expected a " "bool|; expected an integer|; did you mean '%3'?}2") |
|