aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-05[ErrorHandling] Add reportFatalInternalError + reportFatalUsageError (NFC) (#...Nikita Popov1-0/+7
2024-07-31Add llvm::Error C API, LLVMCantFailDavid Blaikie1-0/+6
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov1-0/+8
2024-05-23Avoid std::string -> (char *) roundtrip in createStringError() (NFC) (#93242)Adrian Prantl1-1/+4
2023-07-13[Support] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-07-13Revert "[Support] Move StringExtras.h include from Error.h to Error.cpp"Elliot Goodrich1-11/+0
2023-07-13[Support] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-07-09Revert "[Support] Move StringExtras.h include from Error.h to Error.cpp"Elliot Goodrich1-11/+0
2023-07-09[Support] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-07-08Revert "[Support] Move StringExtras.h include from Error.h to Error.cpp"Elliot Goodrich1-11/+0
2023-07-08[Support] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-07-08Revert "[Support] Move StringExtras.h include from Error.h to Error.cpp"Elliot Goodrich1-11/+0
2023-07-08[Support] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-06-25Revert "[llvm] Move StringExtras.h include from Error.h to Error.cpp"Elliot Goodrich1-11/+0
2023-06-25[llvm] Move StringExtras.h include from Error.h to Error.cppElliot Goodrich1-0/+11
2023-05-17[Support] Forward GenCrashDiag argument from report_fatal_error(Error, bool)Alex Bradbury1-1/+1
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-5/+7
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle1-7/+5
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-5/+7
2021-11-12Support: Pass wrapped Error's error code through FileErrorDuncan P. N. Exon Smith1-2/+5
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-2/+2
2020-10-19[Support] Add a C-API function to create a StringError instance.Lang Hames1-0/+4
2019-11-20[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.Lang Hames1-2/+0
2019-11-20[Orc][Modules] Fix Modules build fallout from a34680a33eb.Lang Hames1-2/+5
2019-09-10Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own fileEric Christopher1-15/+0
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-30[NFC] Fixed extra semicolon warningDavid Bolvansky1-1/+1
2018-12-29Add vtable anchor to classes.Richard Trieu1-0/+1
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere1-1/+1
2018-08-30[Error] Add FileError helper; upgrade StringError behaviorAlexandre Ganea1-2/+22
2018-08-15[Support] Add a basic C API for llvm::Error.Lang Hames1-0/+20
2018-07-26[Support] Introduce createStringError helper functionVictor Leschuk1-0/+4
2017-11-09[Support] Make llvm::Error and Expected faster.Zachary Turner1-0/+12
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner1-1/+1
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+0
2016-11-29Fix a linefeed at eof.NAKAMURA Takumi1-1/+1
2016-11-28Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini1-0/+15
2016-11-18Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"Mehdi Amini1-16/+0
2016-11-18Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini1-0/+16
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-09-14Missing includes.Vassil Vassilev1-0/+1
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames1-0/+11
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames1-11/+0
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames1-0/+11
2016-07-04[Support][Error] Make logAllUnhandledErrors take a Twine for the banner, ratherLang Hames1-0/+9
2016-05-27Linker: teach the IR mover to return llvm::Error.Peter Collingbourne1-1/+0
2016-05-27[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames1-6/+6
2016-05-27[Support] Add a StringError convenience class to Error.hLang Hames1-4/+48