summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
AgeCommit message (Expand)Author
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-04-01[DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-22[Codeview/PDB] Rename some methods for clarity.Zachary Turner
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner
2018-03-20Resubmit "Support embedding natvis files in PDBs."Zachary Turner
2018-03-19Revert "Support embedding natvis files in PDBs."Zachary Turner
2018-03-19Support embedding natvis files in PDBs.Zachary Turner
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-06-09Allow VarStreamArray to use stateful extractors.Zachary Turner
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner