summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* [clang.py] Implement TypeKind.spellingGregory Szorc2012-04-152-1/+17
* [clang.py] Implement Cursor.objc_type_encodingGregory Szorc2012-03-102-0/+20
* [clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc2012-03-105-112/+130
* [clang.py] Return bool from Cursor.__eq__Gregory Szorc2012-03-051-2/+2
* [clang.py] Test Cursor.__ne__Gregory Szorc2012-02-261-0/+1
* [clang.py] Format and add documention for TypeGregory Szorc2012-02-202-11/+14
* [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc2012-02-201-2/+45
* [clang.py] Implement Type.argument_types()Gregory Szorc2012-02-202-107/+183
* [clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc2012-02-202-0/+38
* [clang.py] Implement Type.is_function_variadicGregory Szorc2012-02-192-18/+55
* [clang.py] Implement Type.element_countGregory Szorc2012-02-172-0/+40
* [clang.py] Implement Type.element_typeGregory Szorc2012-02-172-1/+51
* [clang.py] Implement Type.is_podGregory Szorc2012-02-052-0/+26
* [clang.py] Change type -> TypeTobias Grosser2012-02-051-4/+3
* [clang.py] Implement Cursor.enum_typeTobias Grosser2012-02-052-0/+33
* [clang.py] Implement Cursor.underlying_typedef_typeTobias Grosser2012-02-052-0/+33
* [clang.py] add TypeKind.VECTORTobias Grosser2012-02-051-0/+1
* [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed}Tobias Grosser2012-02-052-0/+33
* [clang.py] Implement Cursor.hashTobias Grosser2012-02-052-0/+13
* [clang.py] Expose diagnostic category and option info to Python bindingTobias Grosser2012-02-052-3/+68
* [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRangeTobias Grosser2012-02-052-1/+39
* Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to theRafael Espindola2011-12-301-0/+5
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* 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