[cfe-commits] [PATCH] Add Python bindings to comment AST introspection APIs

Ben Gertzfield bgertzfield at gmail.com
Thu Dec 20 15:40:18 PST 2012


On Thu, Dec 20, 2012 at 3:07 PM, Argyrios Kyrtzidis <akyrtzi at gmail.com>wrote:

My suggestion is to keep it close to the libclang API, one can always build
> better abstractions on top.
>

Thanks, that was my impression as well. I'm sure the libclang API will
change over time, so building a class hierarchy on top will probably
require more maintenance than I'd like.


> Again, I suggest going with simplicity and returning strings, one can
> utilize the relevant python modules using the string.
>

OK. Thanks for the feedback!

Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121220/e0c5328c/attachment.html>


More information about the cfe-commits mailing list