History log of /external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0934ab7d811e23bf530371976b8b35f3242169c 19-Feb-2012 Ahmed Charles <ace2001ac@gmail.com> Remove dead code. Improve llvm_unreachable text. Simplify some control flow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150918 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
7a2bdde0a0eebcd2125055e0eacaca040f0b766c 15-Apr-2011 Chris Lattner <sabre@nondot.org> Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
738550910156b5cefdc0c12923ec8cc6982fb26f 18-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
fffa8635361639acadb78089c5b9b445c0aa1d30 18-Dec-2010 Owen Anderson <resistor@mac.com> Revert r122143 through r122140, which collectively broke the LLVMC tests on
the buildbots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
b9c767cce502f016a5bdb07884625a3fffbe048c 18-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122141 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
93e5ec2cba6656417c9502ad80709aeca5eac968 06-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> KillTheDoctor: Cleanup error_code usage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120986 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
a1d942fb70bfb76a3e6e2e2104b7ddecdcaf1244 06-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> KillTheDoctor: Fix spelling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120985 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
1f6efa3996dd1929fbc129203ce5009b620e6969 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
fae76d0734562b6422c51fe3207cca8a51666323 16-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> This is the first step in adding sane error handling support to LLVMSystem.

The system API's will be shifted over to returning an error_code, and returning
other return values as out parameters to the function.

Code that needs to check error conditions will use the errc enum values which
are the same as the posix_errno defines (EBADF, E2BIG, etc...), and are
compatable with the error codes in WinError.h due to some magic in system_error.

An example would be:

if (error_code ec = KillEvil("Java")) { // error_code can be converted to bool.
handle_error(ec);
}

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119360 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
bbb9ea7b70971df53eedfb42fc9cb606f815eaaa 11-Oct-2010 Michael J. Spencer <bigcheesegs@gmail.com> Add KillTheDoctor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116216 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/KillTheDoctor/KillTheDoctor.cpp