[Lldb-commits] [PATCH] Extending ClangASTType / SBType to return information about member functions of C++ classes

Todd Fiala tfiala at google.com
Thu Sep 11 22:17:03 PDT 2014


LGTM from my end.

-Todd

> On Sep 11, 2014, at 7:47 PM, Enrico Granata <egranata at apple.com> wrote:
> 
> 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
> 
> 
> 
> <member_funcs.diff>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140911/7c9c3caf/attachment.html>


More information about the lldb-commits mailing list