aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
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-13[DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner1-0/+9
2018-03-22[Codeview/PDB] Rename some methods for clarity.Zachary Turner1-8/+17
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner1-17/+8
2018-03-20Resubmit "Support embedding natvis files in PDBs."Zachary Turner1-8/+17
2018-03-19Revert "Support embedding natvis files in PDBs."Zachary Turner1-17/+8
2018-03-19Support embedding natvis files in PDBs.Zachary Turner1-8/+17
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-3/+8
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner1-0/+5
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner1-5/+0
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner1-0/+5
2017-06-09[CodeView] Support remaining debug subsection typesZachary Turner1-7/+6
2017-06-08[llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner1-0/+3
2017-06-02[CodeView] Support CodeView subsections in any order.Zachary Turner1-3/+3
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner1-0/+78