|
clang-tools 22.0.0git
|
#include "UseNewMLIROpBuilderCheck.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/Basic/LLVM.h"#include "clang/Lex/Lexer.h"#include "clang/Tooling/Transformer/RangeSelector.h"#include "clang/Tooling/Transformer/RewriteRule.h"#include "clang/Tooling/Transformer/SourceCode.h"#include "clang/Tooling/Transformer/Stencil.h"#include "llvm/Support/Error.h"#include "llvm/Support/FormatVariadic.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::llvm_check |
Functions | |
| static EditGenerator | clang::tidy::llvm_check::rewrite (RangeSelector Call, RangeSelector Builder) |
| static RewriteRuleWith< std::string > | clang::tidy::llvm_check::useNewMlirOpBuilderCheckRule () |