From b493193d74ea62ff8e09a5f40fa44e86d737ded7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Sun, 25 Apr 2021 23:41:37 +0300 Subject: [PATCH] [googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC. --- llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h b/llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h index e1c2c50..8c8866d 100644 --- a/llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h +++ b/llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h @@ -1384,7 +1384,7 @@ AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { public:\ type(type const &) = default;\ private:\ - void operator=(type const &) = delete; + void operator=(type const &) = delete #define MATCHER(name, description)\ class name##Matcher {\ -- 2.7.4