Skip to content

Commit 2da3658

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in PassGenTest.cpp (NFC)
1 parent fd1d157 commit 2da3658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/unittests/TableGen/PassGenTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#include "gmock/gmock.h"
1313

14-
std::unique_ptr<mlir::Pass> createTestPassWithCustomConstructor(int v = 0);
14+
static std::unique_ptr<mlir::Pass>
15+
createTestPassWithCustomConstructor(int v = 0);
1516

1617
#define GEN_PASS_DECL
1718
#define GEN_PASS_REGISTRATION

0 commit comments

Comments
 (0)