|
clang-tools 22.0.0git
|
#include "TransformerClangTidyCheck.h"#include "clang/Basic/DiagnosticIDs.h"#include "clang/Lex/Preprocessor.h"#include "llvm/ADT/STLExtras.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::utils |
Functions | |
| static bool | clang::tidy::utils::hasGenerator (const transformer::Generator< std::string > &G) |
| static void | clang::tidy::utils::verifyRule (const RewriteRuleWith< std::string > &Rule) |
| static std::string | clang::tidy::utils::escapeForDiagnostic (std::string ToEscape) |