[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / utils / unittest / googlemock / README.LLVM
blobdbeb4af08e94893b079785eba116938dc0a4b806
1 LLVM notes
2 ----------
4 This directory contains the 'googlemock' component of Google Test 1.10.0, with
5 all elements removed except for the actual source code, to minimize the
6 addition to the LLVM distribution.
8 Cleaned up as follows:
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 `find . -name \*\.pump`
14 $ rm -f src/gmock_main.cc
16 # Put the license in the consistent place for LLVM.
17 $ mv LICENSE LICENSE.TXT
19 Modified as follows:
20 * Support for std::begin/std::end in gmock-matchers.h
21 * IWYU pragmas
22 * Disabled -Wdeprecated-copy for clang