summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-0/+20
* Add a default copy constructor for -Wdeprecated-copy warnings.Eric Christopher2019-12-051-0/+2
* Fixed -Wdeprecated-copy warnings in gtest. NFCI.Dávid Bolvanský2019-11-243-80/+81
* 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
* [unittests] Mark private gmock headers with IWYU pragmas. NFCIlya Biryukov2019-08-0713-0/+26
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-20/+0
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-0/+20
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-181-1/+14
* [unittests] Do not use llvm::sort in googlemockDean Michael Berris2018-09-201-1/+1
* [unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-071-1/+1
* 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
* Force #define GTEST_LANG_CXX11.Zachary Turner2017-10-271-0/+5
* 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
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-2/+2
* [gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers toChandler Carruth2017-01-111-12/+28
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-1027-2/+16952
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-061-2/+2
* [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-0433-2461/+5437
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-092-0/+6
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+2
* Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2016-02-122-5/+6
* Remove autoconf supportChris Bieneman2016-01-263-87/+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
* Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi2015-07-061-3/+2
* 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
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-1/+1
* 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
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-2/+11
* Reverted r203879.Galina Kistanova2014-03-141-1/+1
OpenPOWER on IntegriCloud