summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/Native/pdb-native-udts.test
Commit message (Collapse)AuthorAgeFilesLines
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-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
OpenPOWER on IntegriCloud