summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [Codeview/PDB] Rename some methods for clarity.Zachary Turner2018-03-221-3/+3
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-3/+3
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-3/+3
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-3/+3
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-3/+3
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-291-4/+10
* Allow VarStreamArray to use stateful extractors.Zachary Turner2017-06-091-3/+3
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-051-0/+91
OpenPOWER on IntegriCloud