aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ErrorHandling.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-16[Support] Add more Windows error codes to mapWindowsErrorMartin Storsjö1-1/+6
2021-10-06[Support] ErrorHandling.h - Remove report_fatal_error(std::string)Simon Pilgrim1-4/+0
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim1-3/+3
2020-12-02Remove `-Wunused-result` and `-Wpedantic` warnings from GCC. NFC.Michael Liao1-3/+3
2020-09-02Improve error handling for SmallVector programming errorsGeoffrey Martin-Noble1-3/+5
2020-08-21Allow multiple calls to InitLLVM() (NFC)Mehdi Amini1-1/+2
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-1/+1
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen1-1/+1
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-1/+1
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen1-1/+1
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-1/+1
2020-02-11[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea1-1/+2
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-1/+1
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen1-1/+1
2019-07-12[Support] Move the static initializer install_out_memory_new_handler to InitLLVMFangrui Song1-17/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-1/+1
2018-02-17Report fatal error in the case of out of memorySerge Pavlov1-0/+33
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov1-33/+0
2018-02-15Report fatal error in the case of out of memorySerge Pavlov1-0/+33
2017-07-19Defeat a GCC -Wunused-result warningHans Wennborg1-1/+2
2017-07-13Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbotReid Kleckner1-0/+22
2017-07-12Use std::mutex to avoid memory allocation after OOMReid Kleckner1-13/+18
2017-07-11[Support] - Add bad alloc error handler for handling allocation malfunctionsReid Kleckner1-1/+44
2016-03-23[Support] Make all Errors convertible to std::error_code.Lang Hames1-3/+0
2016-03-16[Support] Add the 'Error' class for structured error handling.Lang Hames1-0/+4
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-10-03Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static const...Chris Bieneman1-4/+5
2014-06-17Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola1-0/+69
2014-06-13Make the error-handling functions thread-safe.Zachary Turner1-4/+19
2014-06-10Revert "Remove support for runtime multi-threading."Zachary Turner1-6/+2
2014-06-10Remove support for runtime multi-threading.Zachary Turner1-2/+6
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-3/+3
2014-01-27Roll back the ConstStringRef change for nowAlp Toker1-1/+1
2014-01-27StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-2/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+2
2013-10-22Fix the -Werror -Wpedantic clang selfhost buildAlp Toker1-3/+3
2013-10-17Expose install_fatal_error_handler() through the C API.Filip Pizlo1-0/+17
2013-07-16[Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner1-0/+5
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier1-8/+8
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-11-13Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier1-4/+1
2012-11-12Revert r167620; this can be implemented using an existing CL option.Chad Rosier1-1/+4
2011-04-23Like the coding standards say, do not use "using namespace std".Jay Foad1-1/+0
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-11-13report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar1-0/+4
2010-09-16Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands1-1/+2