[Mlir-commits] [mlir] a74cf81 - [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectSMT.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Sat Aug 23 13:03:45 PDT 2025
Author: Mehdi Amini
Date: 2025-08-23T13:01:12-07:00
New Revision: a74cf8144483880e7a4d1cd832012a087c00d8a3
URL: https://github.com/llvm/llvm-project/commit/a74cf8144483880e7a4d1cd832012a087c00d8a3
DIFF: https://github.com/llvm/llvm-project/commit/a74cf8144483880e7a4d1cd832012a087c00d8a3.diff
LOG: [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectSMT.cpp (NFC)
Added:
Modified:
mlir/lib/Bindings/Python/DialectSMT.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Bindings/Python/DialectSMT.cpp b/mlir/lib/Bindings/Python/DialectSMT.cpp
index 4e7647729fb0a..cab4219fea72b 100644
--- a/mlir/lib/Bindings/Python/DialectSMT.cpp
+++ b/mlir/lib/Bindings/Python/DialectSMT.cpp
@@ -24,7 +24,7 @@ using namespace mlir;
using namespace mlir::python;
using namespace mlir::python::nanobind_adaptors;
-void populateDialectSMTSubmodule(nanobind::module_ &m) {
+static void populateDialectSMTSubmodule(nanobind::module_ &m) {
auto smtBoolType = mlir_type_subclass(m, "BoolType", mlirSMTTypeIsABool)
.def_classmethod(
More information about the Mlir-commits
mailing list