summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ErrorHandling.h
Commit message (Expand)AuthorAge
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-27
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-14
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-14
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-13
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-23
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-18
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-07
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* minor tidying upChris Lattner2010-04-07
* Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin2009-12-12
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-14
* Add some comments clarifying what appear to be the intent of variousDan 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
* Mention that llvm_report_error() does not return.Torok Edwin2009-07-12
* Fix comment.Torok Edwin2009-07-11
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Start converting to new error handling API.Torok Edwin2009-07-08
* convert comments to doxygen styleChris Lattner2009-07-08
* Trial first commitAlisdair Meredith2009-07-08
* Introduce new error handling API.Torok Edwin2009-07-07