Name Date Size #Lines LOC

..--

include/gtest/H--13,3546,522

src/H--12,5868,013

LICENSE.TXTH A D12-Sep-20231.4 KiB2925

README.LLVMH A D08-Sep-2023821 2216

README.LLVM

1LLVM notes
2----------
3
4This directory contains Google Test v1.14.0, with all elements removed except
5for the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned up as follows:
8
9# Remove all the unnecessary files and directories
10$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
11$ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
12$ rm -f src/gtest_main.cc
13
14# Put the license in the consistent place for LLVM.
15$ mv LICENSE LICENSE.TXT
16
17Modified as follows:
18* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
19* Added StringRef support to include/gtest/internal/custom/gtest-printers.h.
20* Added LLVM printable value support to include/gtest/gtest-message.h and
21  include/gtest/gtest-printers.h.
22