diff options
author | Rui Ueyama <ruiu@google.com> | 2018-03-09 22:59:34 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-03-09 22:59:34 +0000 |
commit | 72a9a2321f592f51163a8268fc8dcc1b3af72805 (patch) | |
tree | c04165d144a1844a632cd27cdf30e86cab0e9f00 /lldb/source/Core/Disassembler.cpp | |
parent | a9098c66bf3b49ed4d489fe263e45024f8b003c8 (diff) | |
download | bcm5719-llvm-72a9a2321f592f51163a8268fc8dcc1b3af72805.tar.gz bcm5719-llvm-72a9a2321f592f51163a8268fc8dcc1b3af72805.zip |
[WebAssembly] Remove a second parameter from toString().
toString(T) is a stringize function for an object of type T. Each type
that has that function defined should know how to stringize itself, and
there should be one string representation of an object. Passing a
"supplemental" argument to toString() breaks that princple. We shouldn't
add a second parameter to that function.
Differential Revision: https://reviews.llvm.org/D44323
llvm-svn: 327182
Diffstat (limited to 'lldb/source/Core/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions