aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/ErrorHandling.cpp
AgeCommit message (Expand)Author
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-07Fix braces.Torok Edwin
2009-07-07Introduce new error handling API.Torok Edwin