summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-063-12/+33
* python bindings: Add support for different kind of completion chunksTobias Grosser2011-02-051-6/+81
* python bindings: Get the string representation of a CompletionChunkTobias Grosser2011-02-051-9/+84
* python bindings: Add CodeCompletionResultsTobias Grosser2011-02-051-1/+94
* python bindings: Add support for translationUnit.reparse().Tobias Grosser2011-02-052-6/+47
* python bindings: Include local headers the right way.Tobias Grosser2011-02-051-4/+3
* python bindings: Remove unneeded instructionTobias Grosser2011-02-051-2/+0
* python bindings: fix Diagnostics.range iteratorTobias Grosser2011-02-052-0/+25
* python bindings: Use python Diagnostics as function argumentsTobias Grosser2011-02-051-14/+17
* python bindings: Synchronize cursor kindsTobias Grosser2011-02-051-0/+89
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-302-6/+5
* Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer2010-03-061-10/+12
* Update the python bindings for recent changes in the CIndex API.Benjamin Kramer2010-03-061-88/+88
* CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar2010-02-141-1/+1
* cindex/Python: Fix cindex-{dump,includes} examples to just pass all argsDaniel Dunbar2010-02-132-11/+5
* cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar2010-02-137-0/+152
* cindex/Python: Update for clang_getDiagnosticRange... API changes.Daniel Dunbar2010-02-131-18/+9
* cindex/Python: Turn off showing IDs by default, they are really slow to computeDaniel Dunbar2010-01-311-3/+20
* cindex/Python: Add a simple example which dumps assorted information about a ...Daniel Dunbar2010-01-301-0/+72
* cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar2010-01-302-11/+228
* cindex/Python: Update SourceLocation and SourceRange structures to match API ...Daniel Dunbar2010-01-301-2/+2
* cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar2010-01-302-5/+4
* cindex/Python: Update to support _getInstantiationLocation's new offset value.Daniel Dunbar2010-01-291-4/+10
* cindex/Python: Move translation unit load functions to Index, there isn't a g...Daniel Dunbar2010-01-251-35/+22
* cindex/Python: Support file objects as unsaved_files, albeit inefficiently.Daniel Dunbar2010-01-252-2/+15
* cindex/Python: Add Cursor test.Daniel Dunbar2010-01-251-0/+59
* cindex/Python: Implement support for unsaved/remapped files.Daniel Dunbar2010-01-252-3/+35
* cindex/Python: Fix/simplify Index.parse() passing command line arguments.Daniel Dunbar2010-01-253-37/+20
* cindex/Python: Update comments, add module docstrings, add LLVM headers.Daniel Dunbar2010-01-252-4/+90
* cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar2010-01-243-53/+88
* cindex/Python: Implement explicit objects for CursorKind enumeration values.Daniel Dunbar2010-01-241-12/+183
* cindex/Python: Fetch SourceLocation instantiation location information on laz...Daniel Dunbar2010-01-241-12/+29
* cindex/Python: Add Cursor.get_usr().Daniel Dunbar2010-01-241-3/+17
* cindex/Python: Return null cursors as None instead of exposing this notion.Daniel Dunbar2010-01-241-6/+15
* cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar2010-01-242-18/+19
* Simplify.Daniel Dunbar2010-01-241-16/+11
* cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ...Daniel Dunbar2010-01-241-8/+0
* cindex/Python: Add Cursor.get_children()Daniel Dunbar2010-01-241-3/+18
* cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar2010-01-241-50/+1
* cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar2010-01-241-18/+2
* Simplify.Daniel Dunbar2010-01-241-9/+3
* cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar2010-01-242-5/+17
* cindex/Python: Tweak Source{Location,Range}Daniel Dunbar2010-01-241-18/+21
* cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar2010-01-241-8/+4
* Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar2010-01-248-0/+573