mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in PassGenTest.cpp (NFC)
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
std::unique_ptr<mlir::Pass> createTestPassWithCustomConstructor(int v = 0);
|
||||
static std::unique_ptr<mlir::Pass>
|
||||
createTestPassWithCustomConstructor(int v = 0);
|
||||
|
||||
#define GEN_PASS_DECL
|
||||
#define GEN_PASS_REGISTRATION
|
||||
|
||||
Reference in New Issue
Block a user