summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cxxdump/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in the code of llvm-cxxdump in dumpArchive() whenKevin Enderby2016-10-211-0/+0
| | | | | | | | | | iterating over an archive with object and non-object members that would cause an Abort because to was not calling consumeError() when the code was wanting to ignore a non-object file. Found by Justin Bogner! llvm-svn: 284867
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-153-0/+0
llvm-vtabledump has grown enough functionality not related to vtables that it deserves a name which is more descriptive. llvm-svn: 232301
OpenPOWER on IntegriCloud