OSDN Git Service

[codeview] Make FieldList records print as a yaml sequence.
authorZachary Turner <zturner@google.com>
Fri, 2 Sep 2016 22:19:01 +0000 (22:19 +0000)
committerZachary Turner <zturner@google.com>
Fri, 2 Sep 2016 22:19:01 +0000 (22:19 +0000)
commitc8582b7e391e022c43135b850f46364b2ec18ec3
tree5fe3d60d7d01947d8f6913dfe8f05579ce358443
parentaa13c4773f10ed6dd8bdacfba37b1bde40df9d3c
[codeview] Make FieldList records print as a yaml sequence.

Before we were kind of imitating the behavior of a Yaml sequence
by outputting each record one after the other.  This makes it a
little cumbersome when we want to go the other direction -- from
Yaml to Pdb.  So this treats FieldList records as no different than
any other list of records, by printing them as a Yaml sequence with
the exact same format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280549 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/PDB/pdbdump-yaml-types.test
tools/llvm-pdbdump/CodeViewYaml.cpp
tools/llvm-pdbdump/CodeViewYaml.h