llvm-project/clang/bindings/python/tests/cindex
Tobias Grosser 2a8aac5ff4 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.

llvm-svn: 124956
2011-02-05 17:54:00 +00:00
..
INPUTS cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! 2010-02-13 18:33:18 +00:00
__init__.py Initial checkin of CIndex Python bindings, by Andrew Sutton! 2010-01-24 02:02:07 +00:00
test_cursor.py cindex/Python: Update Index.create for removal of displayDiagnostics. 2010-01-30 23:58:39 +00:00
test_cursor_kind.py cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. 2010-01-24 21:20:39 +00:00
test_diagnostics.py python bindings: Remove unneeded instruction 2011-02-05 17:53:53 +00:00
test_index.py Initial checkin of CIndex Python bindings, by Andrew Sutton! 2010-01-24 02:02:07 +00:00
test_translation_unit.py python bindings: Add support for translationUnit.reparse(). 2011-02-05 17:54:00 +00:00