summaryrefslogtreecommitdiff
path: root/lld/include/lld/Common/ErrorHandler.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC][lld] Fix typos to test commit accessDaniel Bertalan2022-06-241-1/+1
* [lld-macho] Add support for -wKeith Smiley2022-06-111-0/+1
* [lld] Make error handling functions opaqueFangrui Song2022-02-171-11/+7
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-10/+22
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-22/+10
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-10/+22
* [lld/mac] Write -v output to stderrNico Weber2021-11-021-2/+4
* [lld] Buffer writes when composing a single diagnosticFangrui Song2021-09-091-0/+2
* [lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song2021-07-271-5/+3
* [lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille2020-11-091-1/+1
* Provide a hook to customize missing library error handlingserge-sans-paille2020-11-031-0/+7
* Re-land "[PDB] Merge types in parallel when using ghashing"Reid Kleckner2020-09-301-0/+7
* Revert "[PDB] Merge types in parallel when using ghashing"Reid Kleckner2020-09-301-7/+0
* [PDB] Merge types in parallel when using ghashingReid Kleckner2020-09-301-0/+7
* [LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea2020-09-241-0/+8
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-2/+0
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-2/+10
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-4/+5
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-3/+4
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-4/+3
* [ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin2019-08-011-0/+2
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-171-1/+2
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-45/+45
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add paretntheses around a C macro parameter.Rui Ueyama2018-09-201-1/+1
* Expand the file comment for the error handlers.Rui Ueyama2018-06-071-11/+52
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-0/+7
* Remove checkToString functions and use toString instead.Rui Ueyama2017-12-071-4/+2
* Always evaluate the second argument for CHECK() lazily.Rui Ueyama2017-12-061-12/+14
* Add a checkLazy error checking variant.Rafael Espindola2017-12-061-0/+8
* Try harder to delete the temporary file.Rafael Espindola2017-11-131-0/+3
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-0/+101