[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
Thu Jul 24 05:52:25 PDT 2025


================
@@ -14,6 +14,7 @@
 #include "../readability/QualifiedAutoCheck.h"
 #include "HeaderGuardCheck.h"
 #include "IncludeOrderCheck.h"
+#include "MLIROpBuilderCheck.h"
----------------
vbvictor wrote:

Please rename `MLIROpBuilderCheck.h` -> `UseNewMLIROpBuilderCheck.h`
And make in alphabetical order by check name.

https://github.com/llvm/llvm-project/pull/149148


More information about the cfe-commits mailing list