aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/GenericError.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-10[PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner1-2/+2
2019-02-11Move some classes into anonymous namespaces. NFC.Benjamin Kramer1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-08[LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea1-0/+2
2018-11-05[COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea1-2/+0
2018-09-10[LLD][COFF] Cleanup error messages / add more coverage testsAlexandre Ganea1-1/+1
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea1-38/+17
2018-04-09[NFC] fix trivial typos in comments and error messageHiroshi Inoue1-1/+1
2017-07-13[PDB] Fix type server handling for archivesReid Kleckner1-0/+2
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-10-19[pdb] Improve error messages when DIA is not found.Zachary Turner1-4/+3
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-15Move helper classes into anonymous namespaces. NFC.Benjamin Kramer1-0/+2
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner1-0/+62