summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove more name space pollution from .inc filesKristof Beyls2017-03-311-1/+0
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-4/+5
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-231-3/+3
* Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar2015-10-081-2/+9
* Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner2015-09-101-0/+8
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren2015-04-171-1/+3
* Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren2015-04-171-1/+0
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-1/+2
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-5/+10
* Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner2014-11-131-4/+4
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-041-39/+0
* Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren2014-11-041-1/+1
* sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi2014-11-041-0/+1
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-041-0/+64
* clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.Yaron Keren2014-09-261-4/+4
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+46
* Refactor argument serialization logic when executing process. NFC.Rafael Espindola2014-08-251-13/+17
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-10/+9
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Prefix generic_category with std::.Rafael Espindola2014-06-121-2/+2
* Fix windows build.Rafael Espindola2014-05-311-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Delete dead code.Rafael Espindola2014-02-241-7/+0
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-071-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-54/+72
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-72/+54
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-54/+72
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-61/+52
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-071-13/+15
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-16/+16
* Remove unused argument.Rafael Espindola2013-06-141-3/+3
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-8/+8
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-28/+18
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-121-3/+3
* s/Void/void.Rafael Espindola2013-06-121-1/+1
* Attempt at fixing the windows build.Rafael Espindola2013-06-121-34/+35
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-011-1/+8
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-4/+42
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+16
* Remove an unused method on Program.Chandler Carruth2012-12-311-17/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-5/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-121-3/+3
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-291-1/+11
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-061-1/+1
OpenPOWER on IntegriCloud