clang-tools 20.0.0git
Namespaces | Functions | Variables
ClangTidyCheck.cpp File Reference
#include "ClangTidyCheck.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/YAMLParser.h"
#include <optional>
#include <string>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 

Functions

static ClangTidyOptions::OptionMap::const_iterator clang::tidy::findPriorityOption (const ClangTidyOptions::OptionMap &Options, StringRef NamePrefix, StringRef LocalName, ClangTidyContext *Context)
 
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")
 

Variables

static const llvm::StringSet clang::tidy::DeprecatedGlobalOptions