diff options
author | Zachary Turner <zturner@google.com> | 2016-09-08 18:36:55 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-09-08 18:36:55 +0000 |
commit | 22b652dbf868a3f051dc91687ace4097f96df476 (patch) | |
tree | ac4a3d44babd9a22e039f0e9e98dd3d8dd3ad5d4 /llvm/tools/llvm-cov/SourceCoverageViewText.cpp | |
parent | 35377f88f583e318495e9b754a9f16e26aaa10da (diff) | |
download | llvm-22b652dbf868a3f051dc91687ace4097f96df476.zip llvm-22b652dbf868a3f051dc91687ace4097f96df476.tar.gz llvm-22b652dbf868a3f051dc91687ace4097f96df476.tar.bz2 |
[pdb] Make YamlTypeDumperCallbacks reuse *this.
Previously we were making new instances of YamlTypeDumperCallbacks
in order to recurse down and serialize / deserialize nested
records such as field lists. This meant you could not pass
context from a higher operation to a lower operation because
it would be using a new instance of the visitor callback
delegate.
YAMLIO library was updated to support context-sensitive mappings,
so now we can reuse the same instance of the visitor callback
delegate even for nested operations.
llvm-svn: 280978
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions