Both parameters to visitTypeBegin are actually members of CVRecord,
so we can just pass CVRecord instead of destructuring it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D21435
[codeview] Pass CVRecord to visitTypeBegin callback. ClosedPublic Authored by ruiu on Jun 16 2016, 7:20 AM.
Details Summary Both parameters to visitTypeBegin are actually members of CVRecord,
Diff Detail
Event Timelineruiu updated this object. This revision is now accepted and ready to land.Jun 16 2016, 7:43 AM Closed by commit rL272899: [codeview] Pass CVRecord to visitTypeBegin callback. (authored by ruiu). · Explain WhyJun 16 2016, 7:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60977 llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
|