[cfe-commits] [PATCH] python bindings: Add support for translationUnit.reparse().
Tobias Grosser
grosser at fim.uni-passau.de
Tue Dec 14 10:26:11 PST 2010
[PATCH] python bindings: Add support for translationUnit.reparse().
This is the first step to make the clang_complete vim plugin work with
libclang. Reparsing improves parsing time from 0.8 to 0.25 secs for
one of my LLVM .cpp files. Using libclang instead of creating a separate
file did obviously improve runtime too.
OK to commit?
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-python-bindings-Add-support-for-translationUnit.repa.patch
Type: text/x-diff
Size: 4289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101214/f6647272/attachment.patch>
More information about the cfe-commits
mailing list