summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/cindex/test_location.py
Commit message (Expand)AuthorAgeFilesLines
* [clang.py] Implement SourceLocation.from_offsetGregory Szorc2012-06-111-0/+9
* [clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc2012-03-101-36/+42
* [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRangeTobias Grosser2012-02-051-1/+19
* cindex.py: Allow to create a cursor from file/row/columnTobias Grosser2011-10-311-1/+13
* [python] Fix bug of the SourceLocation binding.Argyrios Kyrtzidis2011-08-171-0/+50