[PATCH] libclang: functions to deal with anonymous fields

Loïc Jaquemet loic.jaquemet at gmail.com
Wed Oct 30 18:29:10 PDT 2013


Thanks ! I'll do that asap.
Le 30 oct. 2013 19:29, "Argyrios Kyrtzidis" <akyrtzi at gmail.com> a écrit :

> Hi, sorry for the delay!
>
> On Oct 16, 2013, at 5:58 PM, Loïc Jaquemet <loic.jaquemet at gmail.com>
> wrote:
>
> > * libclang: Add three functions useful for dealing with anonymous fields.
> > +clang_Cursor_getOffsetOfField
> > +clang_Cursor_isAnonymous
> > +clang_Type_visitFields
>
> Could you add a test, e.g. have c-index-test's '-test-print-type' print
> this info ?
>
> >
> > * Python; Add corresponding methods for dealing with anonymous fields.
> >
> > * Python; Add the __contains__ method to SourceRange
> > its a useful helper function.
> > Plus it is useful to detect bug
> http://llvm.org/bugs/show_bug.cgi?id=17475
> >
> > 2013/10/12 Loïc Jaquemet <loic.jaquemet at gmail.com>:
> >> * Adds the __contains__ method to SourceRange
> >> It is useful to detect bug http://llvm.org/bugs/show_bug.cgi?id=17475
> >>
> >>
> >>
> >> --
> >> Loïc Jaquemet
> >
> >
> >
> > --
> > Loïc Jaquemet
> > <offsetof-field>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131030/169a6d32/attachment.html>


More information about the cfe-commits mailing list