mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Apply clang-tidy fixes for bugprone-copy-constructor-init in TestPatterns.cpp (NFC)
This commit is contained in:
@@ -360,7 +360,8 @@ public:
|
||||
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestStrictPatternDriver)
|
||||
|
||||
TestStrictPatternDriver() = default;
|
||||
TestStrictPatternDriver(const TestStrictPatternDriver &other) {
|
||||
TestStrictPatternDriver(const TestStrictPatternDriver &other)
|
||||
: PassWrapper(other) {
|
||||
strictMode = other.strictMode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user