summaryrefslogtreecommitdiff
path: root/utils/KillTheDoctor/KillTheDoctor.cpp
Commit message (Expand)AuthorAge
* Remove broken include.Rafael Espindola2014-06-13
* Fix KillTheDoctor after r210725.Rafael Espindola2014-06-13
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* really fix the windows build.Rafael Espindola2014-05-31
* Fix grammar-o.Bill Wendling2012-12-11
* KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi2012-12-04
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* KillTheDoctor: Cleanup error_code usage.Michael J. Spencer2010-12-06
* KillTheDoctor: Fix spelling.Michael J. Spencer2010-12-06
* Merge System into Support.Michael J. Spencer2010-11-29
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-16
* Add KillTheDoctor.Michael J. Spencer2010-10-11