summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/include/gtest
Commit message (Expand)AuthorAgeFilesLines
* Fixed -Wdeprecated-copy warnings in gtest. NFCI.Dávid Bolvanský2019-11-242-79/+79
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-212-2/+29
* Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."Sam McCall2019-08-211-29/+0
* [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-0/+29
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-181-1/+14
* Revert r326092: [gtest] Add PrintTo overload for StringRef.Ilya Biryukov2018-02-261-13/+0
* [gtest] Add PrintTo overload for StringRef.Ilya Biryukov2018-02-261-0/+13
* [gtest] Support raw_ostream printing functions more comprehensively.Sam McCall2018-02-123-41/+79
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* Add NetBSD to the list of platforms supporting death tests. Two unitJoerg Sonnenberger2017-05-052-1/+3
* [gtest] Work around broken installs of libc++ where we don't haveChandler Carruth2017-01-051-1/+7
* Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner2017-01-051-2/+2
* [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth2017-01-0423-1293/+2984
* Fix undefined behavior in llvm's local changes to googletest.Nico Weber2016-01-191-1/+4
* Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-117-38/+40
* Fix a grammar issue I introduced.Chandler Carruth2015-03-111-1/+1
* Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth2015-03-112-2/+2
* Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie2015-03-031-3/+0
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-191-2/+7
* Comment out unused macro because of warningRenato Golin2014-01-301-0/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-196-9/+11
* Revert r194865 and r194874.Alexey Samsonov2013-11-186-11/+9
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-156-9/+11
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-151-1037/+0
* Modify the LLVM checkout of googletest:Alexey Samsonov2012-12-061-0/+9
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-2710-64/+64
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-2710-64/+64
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-062-3/+1
* Remove unreachable defaults from gtest.David Blaikie2012-01-211-2/+0
* Merge gtest-1.6.0.Jay Foad2011-07-2720-755/+2252
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-0/+2
* CMake: Build unittests.Michael J. Spencer2010-09-241-1/+2
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-231-3/+4
* Merge gtest-1.5.0.Benjamin Kramer2010-06-0218-736/+1111
* Merge gtest-1.4.0.Benjamin Kramer2010-06-0215-840/+2734
* Merge gtest-1.3.0.Benjamin Kramer2010-06-0214-162/+533
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+1
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+2
* Fix an issue in googletest where a name was used before it was defined.Eli Friedman2009-12-181-1/+6
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-121-1/+3
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-051-1/+21
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-011-0/+1267
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-3118-0/+15442
OpenPOWER on IntegriCloud