README.LLVM
1LLVM notes
2----------
3
4This directory contains the 'googlemock' component of Google Test 1.14.0, with
5all elements removed except for the actual source code, to minimize the
6addition to the LLVM distribution.
7
8Cleaned up as follows:
9
10# Remove all the unnecessary files and directories
11$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
12$ rm -rf build-aux make msvc scripts test docs
13$ rm -f src/gmock_main.cc
14
15# Put the license in the consistent place for LLVM.
16$ mv LICENSE LICENSE.TXT
17
18Modified as follows:
19* Support for std::begin/std::end in gmock-matchers.h
20