summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python
Commit message (Collapse)AuthorAgeFilesLines
...
* cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar2010-01-241-50/+1
| | | | llvm-svn: 94358
* cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar2010-01-241-18/+2
| | | | llvm-svn: 94357
* Simplify.Daniel Dunbar2010-01-241-9/+3
| | | | llvm-svn: 94356
* cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar2010-01-242-5/+17
| | | | llvm-svn: 94355
* cindex/Python: Tweak Source{Location,Range}Daniel Dunbar2010-01-241-18/+21
| | | | | | | | | | | - 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. llvm-svn: 94354
* cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar2010-01-241-8/+4
| | | | | | Also, add ValueError check before calling Cursor_spelling. llvm-svn: 94353
* Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar2010-01-248-0/+573
- Some tweaks by me for API changes, Darwin, and x86_64 support. Still needs substantial updating to match recent CIndex API changes. llvm-svn: 94349
OpenPOWER on IntegriCloud