summaryrefslogtreecommitdiff
path: root/utils/unittest
AgeCommit message (Expand)Author
2018-04-07[unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-02-26Revert r326092: [gtest] Add PrintTo overload for StringRef.Ilya Biryukov
2018-02-26[gtest] Add PrintTo overload for StringRef.Ilya Biryukov
2018-02-12[gtest] Support raw_ostream printing functions more comprehensively.Sam McCall
2018-01-29[NFC] fix trivial typos in comments and documentsHiroshi Inoue
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2017-10-27Force #define GTEST_LANG_CXX11.Zachary Turner
2017-05-06Note addition of NetBSD support in googletestKamil Rytarowski
2017-05-05Add NetBSD to the list of platforms supporting death tests. Two unitJoerg Sonnenberger
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-01-11[gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers toChandler Carruth
2017-01-10Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth
2017-01-06[gtest] Detect warning flags using the positive spelling.Chandler Carruth
2017-01-05[gtest] Work around broken installs of libc++ where we don't haveChandler Carruth
2017-01-05Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-09-09[cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-02-12Avoid linking LLVM component libraries with libLLVMAndrew Wilkins
2016-01-26Remove autoconf supportChris Bieneman
2016-01-19Fix undefined behavior in llvm's local changes to googletest.Nico Weber
2015-12-14Reordering fields to reduce padding in LLVM. NFCBen Craig
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-07-06Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi
2015-06-23Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-07Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper
2015-03-11Fix a grammar issue I introduced.Chandler Carruth
2015-03-11Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth
2015-03-03Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie
2015-02-15Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi
2015-02-14Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi
2015-02-13Raising minimum required Visual Studio version to 2013.Chris Bieneman
2015-01-20Use -Wl,defs when linking.Rafael Espindola
2014-03-14Reverted r203879.Galina Kistanova
2014-03-14Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-19Support GTest for FreeBSD platforms (9.x)Alexey Samsonov
2014-02-10[CMake] Add dependencies to gtest.NAKAMURA Takumi
2014-01-30Comment out unused macro because of warningRenato Golin
2014-01-10Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Unbreak the build after r194997Alexey Samsonov
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-16gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi
2013-11-15Fix previous commit (r194865)Juergen Ributzka
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Move all of the GoogleTest files back to the same locations they occupyChandler Carruth
2013-05-14Get the unittests compiling when building with cmake and the settingDuncan Sands