[cfe-commits] [PATCH] libclang: Exposing more statement, expression and declaration types.
Douglas Gregor
dgregor at apple.com
Wed Oct 5 12:02:33 PDT 2011
On Oct 4, 2011, at 3:17 AM, Holtgrewe, Manuel wrote:
> OK, that really was tedious work ;)
>
> Attached is a patch that now also contains adjustments to the tests.
Committed as r141200, thanks!
> Furthermore, the Python binding now caches the results of the ctypes calls (I assume the AST is read-only). This gave an enormous speedup in my Python scripts that perform AST traversal using the Python libclang bindings.
Very cool!
- Doug
More information about the cfe-commits
mailing list