aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_translation_unit.py
AgeCommit message (Expand)Author
2013-03-19cindex.py: Handle NULL pointers when parsing translation unitsTobias Grosser
2012-07-12[clang.py] Implement Token APIGregory Szorc
2012-07-12[clang.py] Add TranslationUnit.get_{file,source_location,source_range}Gregory Szorc
2012-05-08[clang.py] TranslationUnit API improvementsGregory Szorc
2011-07-06Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor
2011-02-05python bindings: Add support for translationUnit.reparse().Tobias Grosser
2011-02-05python bindings: Include local headers the right way.Tobias Grosser
2010-02-13cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar
2010-01-25cindex/Python: Support file objects as unsaved_files, albeit inefficiently.Daniel Dunbar
2010-01-25cindex/Python: Implement support for unsaved/remapped files.Daniel Dunbar
2010-01-25cindex/Python: Fix/simplify Index.parse() passing command line arguments.Daniel Dunbar
2010-01-24cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar
2010-01-24cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar