aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/MathExtrasTest.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-29 19:49:06 +0000
committerZachary Turner <zturner@google.com>2015-09-29 19:49:06 +0000
commit4dddcc64d32dfe7e02649c44de159c2a8398b365 (patch)
tree264efaf5c3df80ca4fbcce4e7e32d96c3a9f876b /llvm/unittests/Support/MathExtrasTest.cpp
parent166e08542eebf09f729a41f01f927f77e167659a (diff)
downloadllvm-4dddcc64d32dfe7e02649c44de159c2a8398b365.zip
llvm-4dddcc64d32dfe7e02649c44de159c2a8398b365.tar.gz
llvm-4dddcc64d32dfe7e02649c44de159c2a8398b365.tar.bz2
[llvm-pdbdump] Add include-only filters.
PDB files have a lot of noise in them, with hundreds (or thousands) of symbols from system libraries and compiler generated types. If you're only looking for a specific type, this can be problematic. This CL allows you to display *only* types, variables, or compilands matching a particular pattern. These filters can even be combined with exclude filters. Include-only filters are given priority, so that first the set of items to display is limited only to those that match the include filters, and then the set of exclude filters is applied to those. If there are no include filters specified, then it means "display everything". llvm-svn: 248822
Diffstat (limited to 'llvm/unittests/Support/MathExtrasTest.cpp')
0 files changed, 0 insertions, 0 deletions