summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest
Commit message (Expand)AuthorAgeFilesLines
* Fixed -Wdeprecated-copy warnings in gtest. NFCI.Dávid Bolvanský2019-11-242-79/+79
* Cherry-pick gtest fix for asan tests.Evgenii Stepanov2019-11-201-1/+1
* 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
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-291-1/+1
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-242-2/+2
* Note addition of NetBSD support in googletestKamil Rytarowski2017-05-061-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-0432-2461/+5431
* Remove autoconf supportChris Bieneman2016-01-261-42/+0
* Fix undefined behavior in llvm's local changes to googletest.Nico Weber2016-01-192-1/+5
* Reordering fields to reduce padding in LLVM. NFCBen Craig2015-12-141-24/+28
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* 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-1110-86/+91
* 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
* Reverted r203879.Galina Kistanova2014-03-141-1/+1
* Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova2014-03-141-1/+1
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-192-2/+8
* Comment out unused macro because of warningRenato Golin2014-01-301-0/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1910-10/+42
* Unbreak the build after r194997Alexey Samsonov2013-11-181-2/+0
* Revert r194865 and r194874.Alexey Samsonov2013-11-1810-35/+10
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* Fix previous commit (r194865)Juergen Ributzka2013-11-151-0/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1510-10/+35
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-1511-26/+15
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi2012-12-071-1/+1
* Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov2012-12-061-0/+2
* Modify the LLVM checkout of googletest:Alexey Samsonov2012-12-063-1/+59
* Remove unused internal linkage variable.Richard Smith2012-11-271-2/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-2713-111/+111
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-2713-111/+111
* GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-101-0/+4
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-062-3/+1
* Help GCC along with code that's actually unreachable.David Blaikie2012-01-221-0/+3
OpenPOWER on IntegriCloud