LGTM from my end.

-Todd

> On Sep 11, 2014, at 7:47 PM, Enrico Granata <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to