Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CIndex: Switch CXSourceRange to proper half-open intervals. | Daniel Dunbar | 2010-02-14 | 1 | -1/+1 |
| | | | | | | - Doug, please review. llvm-svn: 96162 | ||||
* | cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! | Daniel Dunbar | 2010-02-13 | 5 | -0/+42 |
| | | | | llvm-svn: 96106 | ||||
* | cindex/Python: Add full support for Diagnostic and FixIt objects, available ↵ | Daniel Dunbar | 2010-01-30 | 1 | -0/+48 |
| | | | | | | | | | | via TranslationUnit.diagnostics. Several important FIXMEs remain: - We aren't getting all the notes? - There is still no way to get diagnostics for invalid inputs. llvm-svn: 94933 | ||||
* | cindex/Python: Update Index.create for removal of displayDiagnostics. | Daniel Dunbar | 2010-01-30 | 1 | -1/+1 |
| | | | | llvm-svn: 94931 | ||||
* | cindex/Python: Support file objects as unsaved_files, albeit inefficiently. | Daniel Dunbar | 2010-01-25 | 1 | -0/+8 |
| | | | | llvm-svn: 94418 | ||||
* | cindex/Python: Add Cursor test. | Daniel Dunbar | 2010-01-25 | 1 | -0/+59 |
| | | | | llvm-svn: 94397 | ||||
* | cindex/Python: Implement support for unsaved/remapped files. | Daniel Dunbar | 2010-01-25 | 1 | -0/+17 |
| | | | | llvm-svn: 94396 | ||||
* | cindex/Python: Fix/simplify Index.parse() passing command line arguments. | Daniel Dunbar | 2010-01-25 | 2 | -0/+10 |
| | | | | llvm-svn: 94394 | ||||
* | cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. | Daniel Dunbar | 2010-01-24 | 2 | -1/+28 |
| | | | | | | Also, add CursorKind.get_all_kinds(). llvm-svn: 94389 | ||||
* | cindex/Python: Convert CXString objects to regular Python strings below API. | Daniel Dunbar | 2010-01-24 | 1 | -1/+1 |
| | | | | llvm-svn: 94384 | ||||
* | cindex/Python: Add TranslationUnit.cursor. | Daniel Dunbar | 2010-01-24 | 1 | -0/+8 |
| | | | | llvm-svn: 94355 | ||||
* | Initial checkin of CIndex Python bindings, by Andrew Sutton! | Daniel Dunbar | 2010-01-24 | 5 | -0/+31 |
- 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 |