mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Document updated googletest + modifications
This commit is contained in:
parent
15058e16a1
commit
e9a9f45f1e
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user