Mikael Holmen
33f04e485c
Only ignore -Wdeprecated-copy if the used compiler supports the warning
...
This is needed after
https://reviews.llvm.org/rG9658d045926545e62cc3f963fe611d7c5d0c9d98
which introduced code that at least didn't compile clean with clang 8.
Differential Revision: https://reviews.llvm.org/D101288
2021-04-27 08:01:10 +02:00
Dávid Bolvanský
942d2e19e1
Revert "Only ignore -Wdeprecated-copy if the used compiler supports the warning"
...
This reverts commit b125c034af
.
Some bots say " missing binary operator before token "(" "
2021-04-26 16:09:02 +02:00
Dávid Bolvanský
b125c034af
Only ignore -Wdeprecated-copy if the used compiler supports the warning
...
This is needed after
https://reviews.llvm.org/rG9658d045926545e62cc3f963fe611d7c5d0c9d98
which introduced code that at least didn't compile clean with clang 8.
Reviewed By: xbolva00
Differential Revision: https://reviews.llvm.org/D101288
2021-04-26 16:00:54 +02:00
Dávid Bolvanský
9658d04592
[utils] Disable -Wdeprecated-copy for googlemock/gtest
...
Simple fix for build breakage. Feel free to fix all places (quite a lot).
2021-04-23 23:45:50 +02:00
Dávid Bolvanský
f04a3e981d
Fixed -Wdeprecated-copy warnings in gtest. NFCI.
2019-11-24 09:42:28 +01:00
Chandler Carruth
a977582dea
[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.
...
This required re-working the streaming support and lit's support for
'--gtest_list_tests' but otherwise seems to be a clean upgrade.
Differential Revision: https://reviews.llvm.org/D28154
llvm-svn: 291029
2017-01-04 23:06:03 +00:00
David Blaikie
5c519485dc
Avoid explicitly declaring the copy assignment operator, as this unnecessarily makes the copy ctor deprecated in C++11
...
llvm-svn: 231095
2015-03-03 18:29:27 +00:00
Jay Foad
22a83d667e
Merge gtest-1.6.0.
...
llvm-svn: 136212
2011-07-27 09:25:14 +00:00
Benjamin Kramer
bfb492d6c8
Merge gtest-1.5.0.
...
llvm-svn: 105354
2010-06-02 22:02:30 +00:00
Benjamin Kramer
78b6a290cb
Merge gtest-1.4.0.
...
llvm-svn: 105353
2010-06-02 22:02:11 +00:00
Benjamin Kramer
f2f402059f
Merge gtest-1.3.0.
...
OSX users: make sure that CrashReporter is disabled when running unit tests.
Death tests are enabled now so you'll get a ton of message boxes.
llvm-svn: 105352
2010-06-02 22:01:25 +00:00
Misha Brukman
c89aba332f
Import of Google Test 1.2.1, with the non-essential bits removed.
...
Added a README.LLVM file to indicate which files and directories
were removed from the original source tarball.
llvm-svn: 61526
2008-12-31 17:34:06 +00:00