aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/clang/cindex.py
AgeCommit message (Expand)Author
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer
2010-02-13cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar
2010-02-13cindex/Python: Update for clang_getDiagnosticRange... API changes.Daniel Dunbar
2010-01-30cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar
2010-01-30cindex/Python: Update SourceLocation and SourceRange structures to match API ...Daniel Dunbar
2010-01-30cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar
2010-01-29cindex/Python: Update to support _getInstantiationLocation's new offset value.Daniel Dunbar
2010-01-25cindex/Python: Move translation unit load functions to Index, there isn't a g...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-25cindex/Python: Update comments, add module docstrings, add LLVM headers.Daniel Dunbar
2010-01-24cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar
2010-01-24cindex/Python: Implement explicit objects for CursorKind enumeration values.Daniel Dunbar
2010-01-24cindex/Python: Fetch SourceLocation instantiation location information on laz...Daniel Dunbar
2010-01-24cindex/Python: Add Cursor.get_usr().Daniel Dunbar
2010-01-24cindex/Python: Return null cursors as None instead of exposing this notion.Daniel Dunbar
2010-01-24cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
2010-01-24Simplify.Daniel Dunbar
2010-01-24cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ...Daniel Dunbar
2010-01-24cindex/Python: Add Cursor.get_children()Daniel Dunbar
2010-01-24cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar
2010-01-24cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar
2010-01-24Simplify.Daniel Dunbar
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
2010-01-24cindex/Python: Tweak Source{Location,Range}Daniel Dunbar
2010-01-24cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar