[llvm] b493193 - [googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 25 13:42:20 PDT 2021


Author: Martin Storsjö
Date: 2021-04-25T23:41:37+03:00
New Revision: b493193d74ea62ff8e09a5f40fa44e86d737ded7

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

LOG: [googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC.

Added: 
    

Modified: 
    llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h

Removed: 
    


################################################################################
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 e1c2c50be773..8c8866db9d9d 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 {\


        


More information about the llvm-commits mailing list