summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cxxdump/trivial.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cxxdump] Use error reporting helpers from supportJonas Devlieghere2018-11-111-1/+1
| | | | | | | This patch makes llvm-cxxdump use the error reporting helpers from Support/WithColor.h llvm-svn: 346602
* Fix a bug in the code of llvm-cxxdump in dumpArchive() whenKevin Enderby2016-10-211-0/+5
| | | | | | | | | | 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] Remove duplicate code check.Davide Italiano2015-09-151-0/+3
| | | | | | | We already fail with 'No such file or directory' when we try to open the file -- if that doesn't exist. Also add a test to verify this behavior. llvm-svn: 247744
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-151-0/+58
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