summaryrefslogtreecommitdiffstats
path: root/lld/Common/ErrorHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-101-3/+4
* 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-15/+20
* [ELF] For VS-style diagnostics, prefer printing full paths in the header.Igor Kudrin2019-08-091-2/+9
* [ELF] Fix splitting messages for duplicate symbols.Igor Kudrin2019-08-071-2/+2
* Simplify error message output. NFC.Rui Ueyama2019-08-071-16/+13
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-60/+46
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-42/+59
* Add an assert() to catch possible regexp errors.Rui Ueyama2019-08-021-5/+6
* Add a comment for --vs-diagnostics.Rui Ueyama2019-08-021-0/+21
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-59/+41
* [ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin2019-08-011-3/+24
* [ELF] Fix finding locations in messages for undefined hidden symbols.Igor Kudrin2019-08-011-3/+1
* [LLD] Do not print additional newlines after reaching error limitAlexander Richardson2019-07-241-1/+2
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-171-5/+40
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-55/+55
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Common] Discard the temp file while keeping the memory mapping open, on errorsMartin Storsjo2018-08-241-2/+3
* [LTO] Errors in LLVM backend should manifest as lld errorsSam Clegg2018-07-021-1/+12
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-1/+15
* Use ErrorOS for log messages as well as errorSam Clegg2017-12-111-2/+1
* Try harder to delete the temporary file.Rafael Espindola2017-11-131-0/+3
* Delete dead code.Rafael Espindola2017-11-071-1/+0
* Instead of enclosing an entire file, add lld:: specifier for public functions.Rui Ueyama2017-10-271-7/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-0/+122
OpenPOWER on IntegriCloud