Commit History

Author SHA1 Message Date
  Pavel Labath 8a4b825100 Revert "raw_ostream: add operator<< overload for std::error_code" 6 years ago
  Pavel Labath c9850460b7 raw_ostream: add operator<< overload for std::error_code 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Zachary Turner 0dcc1159b4 Refactor ExecuteAndWait to take StringRefs. 7 years ago
  Nico Weber 0f38c60baf IWYU for llvm-config.h in llvm, additions. 7 years ago
  Nico Weber 63033d33c8 s/LLVM_ON_WIN32/_WIN32/, llvm 7 years ago
  Alexander Kornienko 87e117df59 Convenience/safety fix for llvm::sys::Execute(And|No)Wait 8 years ago
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified 8 years ago
  Malcolm Parsons 60f78e3e92 Remove unused lambda captures. NFC 8 years ago
  Zachary Turner eb2c1ebbb2 Resubmit "Update llvm command line parser to support subcommands." 9 years ago
  Manman Ren ba713e39b3 Revert r274054 to try to appease the bot 9 years ago
  Zachary Turner d6a559cb89 Update llvm command line parser to support subcommands. 9 years ago
  Duncan P. N. Exon Smith 2707ee3256 Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." 9 years ago
  Eugene Zelenko 9a7a3bcf29 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. 9 years ago
  Reid Kleckner a58e071c71 Silence -Wsign-conversion issue in ProgramTest.cpp 9 years ago
  Pawel Bylica 7561231bee Fix unit tests on Windows: handle env vars with non-ASCII chars. 9 years ago
  Paul Robinson 2dc4746332 More long path name support on Windows, this time in program execution. 10 years ago
  Rafael Espindola 52fa0d066a Add writeFileWithSystemEncoding to LibLLVMSuppor. 11 years ago
  Craig Topper b177041dfa [C++11] Use 'nullptr'. 11 years ago
  Peter Collingbourne bfe17408a9 Fix the behavior of ExecuteAndWait with a non-zero timeout. 11 years ago
  Chandler Carruth 974a445bd9 Re-sort all of the includes with ./utils/sort_includes.py so that 11 years ago
  Tareq A. Siraj c269c4f505 Add non-blocking Wait() for launched processes 12 years ago
  Tareq A. Siraj f51ecf2ad0 Fixed typo in CreateProcessTrailingSlash test 12 years ago
  Rafael Espindola df0f525cc4 Remove unused includes. 12 years ago
  Rafael Espindola 50188c1f42 Port GetMainExecutable over to PathV2. 12 years ago
  Rafael Espindola 675e0ac0bf Avoid using PathV1.h in Program.h. 12 years ago
  Rafael Espindola 9f1d9fd196 Remove the program class. 12 years ago
  Reid Kleckner 2a83943855 Try to fix ProgramTest on FreeBSD 12 years ago
  Reid Kleckner 268adf2a03 Don't forward declare environ on Windows 12 years ago
  Reid Kleckner 8eca677afe Un-revert the environ copy in ProgramTest after fixing it on OS X 12 years ago