| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pdb] Get rid of Data and RawData in CVType. | Zachary Turner | 2016-09-14 | 1 | -6/+6 |
| | | | | | | | | | | | | 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 | ||||
| * | [pdb] Write TPI hash values to the TPI stream. | Zachary Turner | 2016-09-14 | 1 | -0/+110 |
| This completes being able to write all the interesting values of a PDB TPI stream. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D24370 llvm-svn: 281555 | |||||

