summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/Formatters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-0/+7
| | | | | | | | | | | | | | | | | | Summary: We were treating the GUIDs in TypeServer2Record as strings, and the non-ASCII bytes in the GUID would not round-trip through YAML. We already had the PDB_UniqueId type portably represent a Windows GUID, but we need to hoist that up to the DebugInfo/CodeView library so that we can use it in the TypeServer2Record as well as in PDB parsing code. Reviewers: inglorion, amccarth Subscribers: llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D35495 llvm-svn: 308234
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use ↵Eugene Zelenko2017-06-301-2/+6
| | | | | | warnings; other minor fixes (NFC). llvm-svn: 306911
* Properly parse the TypeServer2 record.Zachary Turner2017-02-031-0/+37
llvm-svn: 294046
OpenPOWER on IntegriCloud