Commit History

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