After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / include / llvm / Support / ErrorHandling.h
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 Alisdair MeredithTrial first commit
2009-07-07 Torok EdwinIntroduce new error handling API.