summaryrefslogtreecommitdiff
path: root/lib/Support/ErrorHandling.cpp
Commit message (Expand)AuthorAge
* Change errs() to dbgs().David Greene2010-01-05
* Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman2009-08-20
* This void is implicit in C++.Dan Gohman2009-08-12
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-10
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-24
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Fix braces.Torok Edwin2009-07-07
* Introduce new error handling API.Torok Edwin2009-07-07