[Mlir-commits] [mlir] 513c52c - [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectPDL.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Sat Aug 23 12:44:49 PDT 2025


Author: Mehdi Amini
Date: 2025-08-23T12:43:57-07:00
New Revision: 513c52cd614898bcef95f97b72db2bc8a240115e

URL: https://github.com/llvm/llvm-project/commit/513c52cd614898bcef95f97b72db2bc8a240115e
DIFF: https://github.com/llvm/llvm-project/commit/513c52cd614898bcef95f97b72db2bc8a240115e.diff

LOG: [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectPDL.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Bindings/Python/DialectPDL.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/DialectPDL.cpp b/mlir/lib/Bindings/Python/DialectPDL.cpp
index d0dcd613e1e0a..ac09a15e17af2 100644
--- a/mlir/lib/Bindings/Python/DialectPDL.cpp
+++ b/mlir/lib/Bindings/Python/DialectPDL.cpp
@@ -17,7 +17,7 @@ using namespace mlir;
 using namespace mlir::python;
 using namespace mlir::python::nanobind_adaptors;
 
-void populateDialectPDLSubmodule(const nanobind::module_ &m) {
+static void populateDialectPDLSubmodule(const nanobind::module_ &m) {
   //===-------------------------------------------------------------------===//
   // PDLType
   //===-------------------------------------------------------------------===//


        


More information about the Mlir-commits mailing list