[PATCH] D31791: Allow llvm-pdbdump pretty mode to only dump certain types of types
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 15:18:56 PDT 2017
zturner created this revision.
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.
https://reviews.llvm.org/D31791
Files:
llvm/tools/llvm-pdbdump/PrettyTypeDumper.cpp
llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
llvm/tools/llvm-pdbdump/llvm-pdbdump.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31791.94447.patch
Type: text/x-patch
Size: 5715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170406/6559b266/attachment.bin>
More information about the llvm-commits
mailing list