Skip to content

Commit a74cf81

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectSMT.cpp (NFC)
1 parent 5cd0d3c commit a74cf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/DialectSMT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using namespace mlir;
2424
using namespace mlir::python;
2525
using namespace mlir::python::nanobind_adaptors;
2626

27-
void populateDialectSMTSubmodule(nanobind::module_ &m) {
27+
static void populateDialectSMTSubmodule(nanobind::module_ &m) {
2828

2929
auto smtBoolType = mlir_type_subclass(m, "BoolType", mlirSMTTypeIsABool)
3030
.def_classmethod(

0 commit comments

Comments
 (0)