This is an archive of the discontinued LLVM Phabricator instance.

Allow llvm-pdbdump pretty mode to only dump certain types of types
ClosedPublic

Authored by zturner on Apr 6 2017, 3:18 PM.

Details

Summary

Sometimes you might only be interested in classes, or typedefs, or enums, but not all 3. Adding this method to filter the output means you have to deal with less spam.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner created this revision.Apr 6 2017, 3:18 PM
amccarth accepted this revision.Apr 6 2017, 3:58 PM

LGTM

This revision is now accepted and ready to land.Apr 6 2017, 3:58 PM
This revision was automatically updated to reflect the committed changes.