aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-08Fix uninitialized read error reported by MSAN.Zachary Turner1-7/+44
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-3/+3
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-11/+30
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith1-1/+0
2017-06-20[codeview] YAMLize all section offsets and indices in symbol recordsReid Kleckner1-24/+22
2017-06-20[codeview] Fully initialize DataSym when mapping from YAMLReid Kleckner1-0/+2
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner1-1/+10
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-0/+10
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-10/+0
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner1-0/+10
2017-06-12[pdb] Don't choke on unknown symbol types.Zachary Turner1-6/+48
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner1-0/+13
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner1-5/+7
2017-05-31[ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner1-0/+496