Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [codeview] Align class and print names of types | Reid Kleckner | 2016-05-13 | 1 | -3/+3 |
| | | | | | | | | | | | | Summary: This way we can get rid of one of the fields in the .def file. Reviewers: llvm-commits Subscribers: zturner Differential Revision: http://reviews.llvm.org/D20251 llvm-svn: 269461 | ||||
* | [codeview] Dump the type index on the first line of each record | Reid Kleckner | 2016-05-13 | 1 | -6/+3 |
| | | | | | | This will make it easier to write FileCheck tests. llvm-svn: 269444 | ||||
* | [codeview] Fix dumping VFTables, stop when we see LF_PAD* | Reid Kleckner | 2016-05-12 | 1 | -0/+51 |
Also stop visiting type records when we encounter an error. llvm-svn: 269374 |