aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ErrorHandling.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+5
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-271-5/+10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-141-7/+10
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-141-1/+1
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-131-0/+2
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-5/+6
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-181-0/+12
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-071-9/+9
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-3/+3
* minor tidying upChris Lattner2010-04-071-1/+1
* Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin2009-12-121-2/+3
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-141-5/+5
* Add some comments clarifying what appear to be the intent of variousDan Gohman2009-08-201-2/+12
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-101-8/+14
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-241-0/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-9/+10
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-141-2/+6
* Mention that llvm_report_error() does not return.Torok Edwin2009-07-121-0/+2
* Fix comment.Torok Edwin2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+2
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-1/+5
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-1/+1
* Start converting to new error handling API.Torok Edwin2009-07-081-0/+2
* convert comments to doxygen styleChris Lattner2009-07-081-19/+19
* Trial first commitAlisdair Meredith2009-07-081-0/+1
* Introduce new error handling API.Torok Edwin2009-07-071-0/+52