aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ErrorHandling.h
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-9/+10
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-141-2/+6
* Mention that llvm_report_error() does not return.Torok Edwin2009-07-121-0/+2
* Fix comment.Torok Edwin2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+2
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-1/+5
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-1/+1
* Start converting to new error handling API.Torok Edwin2009-07-081-0/+2
* convert comments to doxygen styleChris Lattner2009-07-081-19/+19
* Trial first commitAlisdair Meredith2009-07-081-0/+1
* Introduce new error handling API.Torok Edwin2009-07-071-0/+52