Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PDB] Add native reading support for UDT / class types. | Zachary Turner | 2018-09-21 | 1 | -0/+539 |
This allows the native reader to find records of class/struct/ union type and dump them. This behavior is tested by using the diadump subcommand against golden output produced by actual DIA SDK on the same PDB file, and again using pretty -native to confirm that we actually dump the classes. We don't find class members or anything like that yet, for now it's just the class itself. llvm-svn: 342779 |