| commit | c67b00c6959d0a7f96c2f0e394e04e582b321558 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Wed Sep 14 23:00:16 2016 +0000 |
| committer | Zachary Turner <zturner@google.com> | Wed Sep 14 23:00:16 2016 +0000 |
| tree | 1c7527b7925090baf9dc2fa07188ce454e0927a2 | |
| parent | 620961deb9bc4c0415d56bed9b2fe20391bd2ad2 [diff] |
[pdb] Get rid of Data and RawData in CVType. The `CVType` had two redundant fields which were confusing and error-prone to fill out. By treating member records as a distinct type from leaf records, we are able to simplify this quite a bit. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D24432 llvm-svn: 281556