[Lldb-commits] [PATCH] Extending ClangASTType / SBType to return information about member functions of C++ classes
Enrico Granata
egranata at apple.com
Thu Sep 11 19:47:33 PDT 2014
Hi,
the attached patch provides new APIs on SBType:
uint32_t
GetNumberOfMemberFunctions ();
lldb::SBType
GetMemberFunctionAtIndex (uint32_t idx);
They are backed by corresponding implementations in ClangASTType, to provide type information for methods (implemented for C++ only at the moment)
Is this OK to commit?
Thanks,
- Enrico
📩 egranata@.com ☎️ 27683
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140911/1ba63e83/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: member_funcs.diff
Type: application/octet-stream
Size: 9940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140911/1ba63e83/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140911/1ba63e83/attachment-0001.html>
More information about the lldb-commits
mailing list