[Lldb-commits] [PATCH] D16149: Delete char const** swig typemaps
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 13 11:37:50 PST 2016
zturner created this revision.
zturner added a reviewer: granata.enrico.
zturner added a subscriber: lldb-commits.
We already have char** typemaps and they are exact copy-pastes. No reason to have both, I tested this and diffed the generated code and it doesn't seem to be any different with this change.
http://reviews.llvm.org/D16149
Files:
scripts/Python/python-typemaps.swig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16149.44774.patch
Type: text/x-patch
Size: 2604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160113/e65fd5ae/attachment-0001.bin>
More information about the lldb-commits
mailing list