summaryrefslogtreecommitdiff
path: root/lib/Support/ErrorHandling.cpp
Commit message (Expand)AuthorAge
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-22
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-12
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-23
* Merge System into Support.Michael J. Spencer2010-11-29
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-13
* Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands2010-09-16
* Tidy.Dan Gohman2010-08-18
* include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner2010-08-17
* report_fatal_error can't use errs(), because errs() can call Chris Lattner2010-08-17
* Run interrupt routines as part of report_fatal_error, since we are failingDaniel Dunbar2010-05-08
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-07
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Fix minor style issues.Dan Gohman2010-03-24
* 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