llvm-project/clang/bindings/python/tests/cindex
Tobias Grosser e15496f1d7 cindex.py: Allow to create a cursor from file/row/column
We add a constructor to create a SourceLocation from a position in
a file and we use this SourceLocation to retrieve a cursor.

llvm-svn: 143322
2011-10-31 00:31:32 +00:00
..
INPUTS cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! 2010-02-13 18:33:18 +00:00
__init__.py
test_cursor.py Add support for Cursor.displayname in python bindings, from Anders Waldenborg! 2011-08-30 00:15:34 +00:00
test_cursor_kind.py Improve the Python bindings for libclang in a few ways, from Eli 2011-07-06 03:00:34 +00:00
test_diagnostics.py Update python testcase for GNU old-style field designator warning, 2011-08-30 00:16:30 +00:00
test_file.py cindex.py: Add File.create_from_name() 2011-10-31 00:07:19 +00:00
test_index.py
test_location.py cindex.py: Allow to create a cursor from file/row/column 2011-10-31 00:31:32 +00:00
test_translation_unit.py Improve the Python bindings for libclang in a few ways, from Eli 2011-07-06 03:00:34 +00:00
test_type.py Add support for constant arrays, from Anders Waldenborg!. 2011-10-19 05:51:43 +00:00