[clang-tools-extra] [clang-tidy] Add MLIR check for old op builder usage. (PR #149148)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 19 14:37:00 PDT 2025
================
@@ -40,6 +41,7 @@ class LLVMModule : public ClangTidyModule {
CheckFactories.registerCheck<readability::QualifiedAutoCheck>(
"llvm-qualified-auto");
CheckFactories.registerCheck<TwineLocalCheck>("llvm-twine-local");
+ CheckFactories.registerCheck<MlirOpBuilderCheck>("llvm-mlir-op-builder");
----------------
vbvictor wrote:
Please place in alphabetic order by check name
https://github.com/llvm/llvm-project/pull/149148
More information about the cfe-commits
mailing list