aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ErrorHandling.h
AgeCommit message (Expand)Author
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2011-03-14Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall
2011-03-14Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall
2010-11-13report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar
2010-10-23Move the remaining attribute macros to systematic names based on the attributeChandler Carruth
2010-08-18Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman
2010-04-07rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07minor tidying upChris Lattner
2009-12-12Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin
2009-11-14Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer
2009-08-20Add some comments clarifying what appear to be the intent of variousDan Gohman
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-10Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar
2009-07-24Allow llvm_report_error to accept a Twine.Daniel Dunbar
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-12Mention that llvm_report_error() does not return.Torok Edwin
2009-07-11Fix comment.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Convert more abort() calls to llvm_report_error().Torok Edwin
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08convert comments to doxygen styleChris Lattner
2009-07-08Trial first commitAlisdair Meredith
2009-07-07Introduce new error handling API.Torok Edwin