|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FunctionExtras.h"#include <optional>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | clang::tidy::RenamerClangTidyCheck |
| Base class for clang-tidy checks that want to flag declarations and/or macros for renaming based on customizable criteria. More... | |
| struct | clang::tidy::RenamerClangTidyCheck::FailureInfo |
| Information describing a failed check. More... | |
| struct | clang::tidy::RenamerClangTidyCheck::NamingCheckFailure |
| Holds an identifier name check failure, tracking the kind of the identifier, its possible fixup and the starting locations of all the identifier usages. More... | |
| struct | clang::tidy::RenamerClangTidyCheck::DiagInfo |
| Represents customized diagnostic text and how arguments should be applied. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |