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

Commit 1a7f598

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectPDL.cpp (NFC)
1 parent 3d0620f commit 1a7f598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Bindings/Python/DialectPDL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using namespace mlir;
1717
using namespace mlir::python;
1818
using namespace mlir::python::nanobind_adaptors;
1919

20-
void populateDialectPDLSubmodule(const nanobind::module_ &m) {
20+
static void populateDialectPDLSubmodule(const nanobind::module_ &m) {
2121
//===-------------------------------------------------------------------===//
2222
// PDLType
2323
//===-------------------------------------------------------------------===//

0 commit comments

Comments
 (0)