aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/KillTheDoctor
AgeCommit message (Expand)AuthorFilesLines
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser1-11/+5
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-3/+3
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-3/+3
2020-09-07[KillTheDoctor/CMake] Add missing keyword PRIVATE in target_link_librariesDaniel Muñoz1-0/+1
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+2
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl1-1/+1
2016-12-23KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.NAKAMURA Takumi1-3/+3
2016-12-23KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi...NAKAMURA Takumi1-1/+4
2016-12-22Build KillTheDoctor with mingw-w64Reid Kleckner1-1/+1
2016-06-23Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman1-1/+1
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-01-07Modernize to range-based loopMichael Liao1-4/+2
2015-03-23More missing includes only visible to MSVC.Benjamin Kramer1-0/+1
2014-06-13Remove broken include.Rafael Espindola1-1/+0
2014-06-13Fix KillTheDoctor after r210725.Rafael Espindola1-2/+4
2014-06-12Fix the build of KillTheDoctor.Rafael Espindola1-9/+10
2014-06-12Remove system_error.h.Rafael Espindola1-2/+2
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-4/+3
2014-06-11Remove windows_error.Rafael Espindola1-1/+5
2014-05-31really fix the windows build.Rafael Espindola1-2/+2
2012-12-11Fix grammar-o.Bill Wendling1-1/+1
2012-12-04KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi1-3/+3
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-5/+8
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles1-46/+0
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-5/+5
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-1/+1
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-1/+1
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson1-1/+1
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-1/+1
2010-12-06KillTheDoctor: Cleanup error_code usage.Michael J. Spencer1-18/+14
2010-12-06KillTheDoctor: Fix spelling.Michael J. Spencer1-6/+6
2010-11-29Merge System into Support.Michael J. Spencer2-3/+3
2010-11-16This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer4-1192/+1
2010-10-15KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer1-0/+236
2010-10-12KillTheDoctor: Fix VS2008 build.Michael J. Spencer1-0/+5
2010-10-11Add KillTheDoctor.Michael J. Spencer4-0/+1555