aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/clang
AgeCommit message (Collapse)Author
2010-01-24cindex/Python: Return null cursors as None instead of exposing this notion.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94385 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94384 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24Simplify.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94383 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ↵Daniel Dunbar
the API. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94382 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Add Cursor.get_children()Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94359 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94358 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94357 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24Simplify.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94356 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94355 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Tweak Source{Location,Range}Daniel Dunbar
- Add __repr__ on SourceLocation. - Fix File object construction to use c_object_p type, and use None instead of invalid File objects. - Make SourceRange.{start,end} properties. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94354 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar
Also, add ValueError check before calling Cursor_spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94353 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar
- Some tweaks by me for API changes, Darwin, and x86_64 support. Still needs substantial updating to match recent CIndex API changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94349 91177308-0d34-0410-b5e6-96231b3b80d8