forked from OSchip/llvm-project
Document updated googletest + modifications
This commit is contained in:
parent
c7cff08f79
commit
1dbfeb463b
|
@ -1,7 +1,7 @@
|
||||||
LLVM notes
|
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
|
all elements removed except for the actual source code, to minimize the
|
||||||
addition to the LLVM distribution.
|
addition to the LLVM distribution.
|
||||||
|
|
||||||
|
@ -15,3 +15,8 @@ $ rm -f src/gmock_main.cc
|
||||||
|
|
||||||
# Put the license in the consistent place for LLVM.
|
# Put the license in the consistent place for LLVM.
|
||||||
$ mv LICENSE LICENSE.TXT
|
$ mv LICENSE LICENSE.TXT
|
||||||
|
|
||||||
|
Modified as follows:
|
||||||
|
* Support for std::begin/std::end in gmock-matchers.h
|
||||||
|
* IWYU pragmas
|
||||||
|
* Disabled -Wdeprecated-copy for clang
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
LLVM notes
|
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.
|
the actual source code, to minimize the addition to the LLVM distribution.
|
||||||
|
|
||||||
Cleaned up as follows:
|
Cleaned up as follows:
|
||||||
|
@ -18,3 +18,4 @@ $ mv LICENSE LICENSE.TXT
|
||||||
Modified as follows:
|
Modified as follows:
|
||||||
* Added support for NetBSD, Minix and Haiku.
|
* Added support for NetBSD, Minix and Haiku.
|
||||||
* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
|
* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
|
||||||
|
* Added StringRef support to include/gtest/internal/custom/gtest-printers.h.
|
||||||
|
|
Loading…
Reference in New Issue