Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 911becd

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectSMT.cpp (NFC)
1 parent 92b5353 commit 911becd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)