[PATCH] D28154: [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 04:13:44 PST 2016


chandlerc updated this revision to Diff 82661.
chandlerc added a comment.
Herald added a subscriber: mgorny.

Now with appropriate warning suppression CMake changes.


https://reviews.llvm.org/D28154

Files:
  cmake/config-ix.cmake
  unittests/CMakeLists.txt
  utils/lit/lit/formats/googletest.py
  utils/unittest/CMakeLists.txt
  utils/unittest/googletest/README.LLVM
  utils/unittest/googletest/include/gtest/gtest-death-test.h
  utils/unittest/googletest/include/gtest/gtest-message.h
  utils/unittest/googletest/include/gtest/gtest-param-test.h
  utils/unittest/googletest/include/gtest/gtest-printers.h
  utils/unittest/googletest/include/gtest/gtest-spi.h
  utils/unittest/googletest/include/gtest/gtest-test-part.h
  utils/unittest/googletest/include/gtest/gtest-typed-test.h
  utils/unittest/googletest/include/gtest/gtest.h
  utils/unittest/googletest/include/gtest/gtest_pred_impl.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest-port.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest.h
  utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
  utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
  utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
  utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
  utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  utils/unittest/googletest/include/gtest/internal/gtest-port-arch.h
  utils/unittest/googletest/include/gtest/internal/gtest-port.h
  utils/unittest/googletest/include/gtest/internal/gtest-string.h
  utils/unittest/googletest/include/gtest/internal/gtest-tuple.h
  utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
  utils/unittest/googletest/src/gtest-death-test.cc
  utils/unittest/googletest/src/gtest-filepath.cc
  utils/unittest/googletest/src/gtest-internal-inl.h
  utils/unittest/googletest/src/gtest-port.cc
  utils/unittest/googletest/src/gtest-printers.cc
  utils/unittest/googletest/src/gtest-test-part.cc
  utils/unittest/googletest/src/gtest-typed-test.cc
  utils/unittest/googletest/src/gtest.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28154.82661.patch
Type: text/x-patch
Size: 516077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161229/987cb4d9/attachment-0001.bin>


More information about the llvm-commits mailing list