aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-04-01[DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-03-22[Codeview/PDB] Rename some methods for clarity.Zachary Turner1-3/+3
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner1-3/+3
2018-03-20Resubmit "Support embedding natvis files in PDBs."Zachary Turner1-3/+3
2018-03-19Revert "Support embedding natvis files in PDBs."Zachary Turner1-3/+3
2018-03-19Support embedding natvis files in PDBs.Zachary Turner1-3/+3
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-4/+10
2017-06-09Allow VarStreamArray to use stateful extractors.Zachary Turner1-3/+3
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner1-0/+91