summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* cindex.py: Remove more ternary operator + whitespace fixesTobias Grosser2011-10-311-6/+11
* clang.py: Remove use of ternary operatorsTobias Grosser2011-10-311-2/+9
* cindex.py: Allow to create a cursor from file/row/columnTobias Grosser2011-10-312-1/+29
* cindex.py: Add File.create_from_name()Tobias Grosser2011-10-312-0/+24
* Add support for constant arrays, from Anders Waldenborg!.Douglas Gregor2011-10-192-0/+24
* Add TypeKind.CONSTANTARRAY, from Anders Waldenborg!Douglas Gregor2011-10-192-1/+20
* Fix error message for unknown type kind, from Anders Waldenborg!Douglas Gregor2011-10-191-1/+1
* This new field was introduced in clang-c in r141277Douglas Gregor2011-10-191-1/+1
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-5/+262
* Update python testcase for GNU old-style field designator warning,Douglas Gregor2011-08-301-1/+1
* Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor2011-08-302-0/+13
* [python] Fix bug of the SourceLocation binding.Argyrios Kyrtzidis2011-08-172-1/+51
* [python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r...Argyrios Kyrtzidis2011-08-171-0/+76
* [python] Add support for CXType to python bindings.Argyrios Kyrtzidis2011-08-172-2/+210
* 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