[llvm] 1dbfeb4 - Document updated googletest + modifications

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 10:26:29 PDT 2021


Author: Benjamin Kramer
Date: 2021-05-14T19:26:12+02:00
New Revision: 1dbfeb463b2905caf0c5f7028ca99ea0e5108578

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

LOG: Document updated googletest + modifications

Added: 
    

Modified: 
    llvm/utils/unittest/googlemock/README.LLVM
    llvm/utils/unittest/googletest/README.LLVM

Removed: 
    


################################################################################
diff  --git a/llvm/utils/unittest/googlemock/README.LLVM b/llvm/utils/unittest/googlemock/README.LLVM
index 22388409c9bc..dbeb4af08e94 100644
--- a/llvm/utils/unittest/googlemock/README.LLVM
+++ b/llvm/utils/unittest/googlemock/README.LLVM
@@ -1,7 +1,7 @@
 LLVM notes
 ----------
 
-This directory contains the 'googlemock' component of Google Test 1.8.1, with
+This directory contains the 'googlemock' component of Google Test 1.10.0, with
 all elements removed except for the actual source code, to minimize the
 addition to the LLVM distribution.
 
@@ -15,3 +15,8 @@ $ rm -f src/gmock_main.cc
 
 # Put the license in the consistent place for LLVM.
 $ mv LICENSE LICENSE.TXT
+
+Modified as follows:
+* Support for std::begin/std::end in gmock-matchers.h
+* IWYU pragmas
+* Disabled -Wdeprecated-copy for clang

diff  --git a/llvm/utils/unittest/googletest/README.LLVM b/llvm/utils/unittest/googletest/README.LLVM
index c5fd5b27f634..fea59e5e0689 100644
--- a/llvm/utils/unittest/googletest/README.LLVM
+++ b/llvm/utils/unittest/googletest/README.LLVM
@@ -1,7 +1,7 @@
 LLVM notes
 ----------
 
-This directory contains Google Test 1.8.1, with all elements removed except for
+This directory contains Google Test 1.10.0, with all elements removed except for
 the actual source code, to minimize the addition to the LLVM distribution.
 
 Cleaned up as follows:
@@ -18,3 +18,4 @@ $ mv LICENSE LICENSE.TXT
 Modified as follows:
 * Added support for NetBSD, Minix and Haiku.
 * Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
+* Added StringRef support to include/gtest/internal/custom/gtest-printers.h.


        


More information about the llvm-commits mailing list