Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cindex/Python: Remove Declaration class, this has been removed from the API. | Daniel Dunbar | 2010-01-24 | 1 | -50/+1 | |
| | | | | llvm-svn: 94358 | |||||
* | cindex/Python: Eliminate Entity class, it has been removed from CIndex. | Daniel Dunbar | 2010-01-24 | 1 | -18/+2 | |
| | | | | llvm-svn: 94357 | |||||
* | Simplify. | Daniel Dunbar | 2010-01-24 | 1 | -9/+3 | |
| | | | | llvm-svn: 94356 | |||||
* | cindex/Python: Add TranslationUnit.cursor. | Daniel Dunbar | 2010-01-24 | 2 | -5/+17 | |
| | | | | llvm-svn: 94355 | |||||
* | cindex/Python: Tweak Source{Location,Range} | Daniel Dunbar | 2010-01-24 | 1 | -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 Dunbar | 2010-01-24 | 1 | -8/+4 | |
| | | | | | | Also, add ValueError check before calling Cursor_spelling. llvm-svn: 94353 | |||||
* | Initial checkin of CIndex Python bindings, by Andrew Sutton! | Daniel Dunbar | 2010-01-24 | 8 | -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 |