summaryrefslogtreecommitdiff
path: root/utils/KillTheDoctor
AgeCommit message (Expand)Author
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2016-12-23KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.NAKAMURA Takumi
2016-12-23KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi...NAKAMURA Takumi
2016-12-22Build KillTheDoctor with mingw-w64Reid Kleckner
2016-06-23Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-01-07Modernize to range-based loopMichael Liao
2015-03-23More missing includes only visible to MSVC.Benjamin Kramer
2014-06-13Remove broken include.Rafael Espindola
2014-06-13Fix KillTheDoctor after r210725.Rafael Espindola
2014-06-12Fix the build of KillTheDoctor.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola
2014-06-11Remove windows_error.Rafael Espindola
2014-05-31really fix the windows build.Rafael Espindola
2012-12-11Fix grammar-o.Bill Wendling
2012-12-04KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-06KillTheDoctor: Cleanup error_code usage.Michael J. Spencer
2010-12-06KillTheDoctor: Fix spelling.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-16This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer
2010-10-15KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer
2010-10-12KillTheDoctor: Fix VS2008 build.Michael J. Spencer
2010-10-11Add KillTheDoctor.Michael J. Spencer