summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/LinePrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-pdbdump] Many minor fixes and improvementsZachary Turner2015-03-021-1/+10
| | | | | | | | | | | | | | | | | A short list of some of the improvements: 1) Now supports -all command line argument, which implies many other command line arguments to simplify usage. 2) Now supports -no-compiler-generated command line argument to exclude compiler generated types. 3) Prints base class list. 4) -class-definitions implies -types. 5) Proper display of bitfields. 6) Can now distinguish between struct/class/interface/union. And a few other minor tweaks. llvm-svn: 230933
* [llvm-pdbdump] Add regex-based filtering.Zachary Turner2015-03-011-0/+35
| | | | llvm-svn: 230888
* [llvm-pdbdump] Fix member initialization order warnings.Zachary Turner2015-02-271-1/+1
| | | | llvm-svn: 230747
* [llvm-pdbdump] Colorize output.Zachary Turner2015-02-271-0/+80
llvm-svn: 230746
OpenPOWER on IntegriCloud