summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ProgramTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-2/+10
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-10/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-38/+22
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-7/+7
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-12/+11
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-0/+1
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-2/+2
* Revert r274054 to try to appease the botManman Ren2016-06-281-2/+2
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-281-2/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-10/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+10
* Silence -Wsign-conversion issue in ProgramTest.cppReid Kleckner2016-02-031-3/+3
* Fix unit tests on Windows: handle env vars with non-ASCII chars.Pawel Bylica2015-11-041-38/+70
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-0/+50
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+50
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-18/+18
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-311-0/+30
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-0/+103
* Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj2013-09-201-1/+1
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-2/+4
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-6/+7
* Remove the program class.Rafael Espindola2013-06-121-3/+3
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-3/+4
* Don't forward declare environ on WindowsReid Kleckner2013-04-241-4/+2
* Un-revert the environ copy in ProgramTest after fixing it on OS XReid Kleckner2013-04-231-2/+29
* Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman2013-04-221-17/+2
* Add a missing reference on a std::vector<> out paramReid Kleckner2013-04-221-1/+1
* [Support] Propagate the environment into the test child processReid Kleckner2013-04-221-2/+17
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-0/+63
OpenPOWER on IntegriCloud