aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)AuthorFilesLines
2012-04-15[clang.py] Implement TypeKind.spellingGregory Szorc2-1/+17
2012-03-10[clang.py] Implement Cursor.objc_type_encodingGregory Szorc2-0/+20
2012-03-10[clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc5-112/+130
2012-03-05[clang.py] Return bool from Cursor.__eq__Gregory Szorc1-2/+2
2012-02-26[clang.py] Test Cursor.__ne__Gregory Szorc1-0/+1
2012-02-20[clang.py] Format and add documention for TypeGregory Szorc2-11/+14
2012-02-20[clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc1-2/+45
2012-02-20[clang.py] Implement Type.argument_types()Gregory Szorc2-107/+183
2012-02-20[clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc2-0/+38
2012-02-19[clang.py] Implement Type.is_function_variadicGregory Szorc2-18/+55
2012-02-17[clang.py] Implement Type.element_countGregory Szorc2-0/+40
2012-02-17[clang.py] Implement Type.element_typeGregory Szorc2-1/+51
2012-02-05[clang.py] Implement Type.is_podGregory Szorc2-0/+26
2012-02-05[clang.py] Change type -> TypeTobias Grosser1-4/+3
2012-02-05[clang.py] Implement Cursor.enum_typeTobias Grosser2-0/+33
2012-02-05[clang.py] Implement Cursor.underlying_typedef_typeTobias Grosser2-0/+33
2012-02-05[clang.py] add TypeKind.VECTORTobias Grosser1-0/+1
2012-02-05[clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed}Tobias Grosser2-0/+33
2012-02-05[clang.py] Implement Cursor.hashTobias Grosser2-0/+13
2012-02-05[clang.py] Expose diagnostic category and option info to Python bindingTobias Grosser2-3/+68
2012-02-05[clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRangeTobias Grosser2-1/+39
2011-12-30Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to theRafael Espindola1-0/+5
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer1-1/+1
2011-10-31cindex.py: Remove more ternary operator + whitespace fixesTobias Grosser1-6/+11
2011-10-31clang.py: Remove use of ternary operatorsTobias Grosser1-2/+9
2011-10-31cindex.py: Allow to create a cursor from file/row/columnTobias Grosser2-1/+29
2011-10-31cindex.py: Add File.create_from_name()Tobias Grosser2-0/+24
2011-10-19 Add support for constant arrays, from Anders Waldenborg!.Douglas Gregor2-0/+24
2011-10-19Add TypeKind.CONSTANTARRAY, from Anders Waldenborg!Douglas Gregor2-1/+20
2011-10-19Fix error message for unknown type kind, from Anders Waldenborg!Douglas Gregor1-1/+1
2011-10-19This new field was introduced in clang-c in r141277Douglas Gregor1-1/+1
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor1-5/+262
2011-08-30Update python testcase for GNU old-style field designator warning,Douglas Gregor1-1/+1
2011-08-30Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor2-0/+13
2011-08-17[python] Fix bug of the SourceLocation binding.Argyrios Kyrtzidis2-1/+51
2011-08-17[python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r...Argyrios Kyrtzidis1-0/+76
2011-08-17[python] Add support for CXType to python bindings.Argyrios Kyrtzidis2-2/+210
2011-07-06Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor3-12/+33
2011-02-05python bindings: Add support for different kind of completion chunksTobias Grosser1-6/+81
2011-02-05python bindings: Get the string representation of a CompletionChunkTobias Grosser1-9/+84
2011-02-05python bindings: Add CodeCompletionResultsTobias Grosser1-1/+94
2011-02-05python bindings: Add support for translationUnit.reparse().Tobias Grosser2-6/+47
2011-02-05python bindings: Include local headers the right way.Tobias Grosser1-4/+3
2011-02-05python bindings: Remove unneeded instructionTobias Grosser1-2/+0
2011-02-05python bindings: fix Diagnostics.range iteratorTobias Grosser2-0/+25
2011-02-05python bindings: Use python Diagnostics as function argumentsTobias Grosser1-14/+17
2011-02-05python bindings: Synchronize cursor kindsTobias Grosser1-0/+89
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2-6/+5
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer1-10/+12
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer1-88/+88