summaryrefslogtreecommitdiffstats
path: root/bindings/python/clang
Commit message (Expand)AuthorAgeFilesLines
* [clang.py] Implement TypeKind.spellingGregory Szorc2012-04-151-0/+9
* [clang.py] Implement Cursor.objc_type_encodingGregory Szorc2012-03-101-0/+13
* [clang.py] Return bool from Cursor.__eq__Gregory Szorc2012-03-051-2/+2
* [clang.py] Format and add documention for TypeGregory Szorc2012-02-201-11/+11
* [clang.py] Implement Type.argument_types()Gregory Szorc2012-02-201-0/+48
* [clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc2012-02-201-0/+13
* [clang.py] Implement Type.is_function_variadicGregory Szorc2012-02-191-0/+10
* [clang.py] Implement Type.element_countGregory Szorc2012-02-171-0/+18
* [clang.py] Implement Type.element_typeGregory Szorc2012-02-171-0/+18
* [clang.py] Implement Type.is_podGregory Szorc2012-02-051-0/+8
* [clang.py] Change type -> TypeTobias Grosser2012-02-051-4/+3
* [clang.py] Implement Cursor.enum_typeTobias Grosser2012-02-051-0/+18
* [clang.py] Implement Cursor.underlying_typedef_typeTobias Grosser2012-02-051-0/+18
* [clang.py] add TypeKind.VECTORTobias Grosser2012-02-051-0/+1
* [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed}Tobias Grosser2012-02-051-0/+24
* [clang.py] Implement Cursor.hashTobias Grosser2012-02-051-0/+12
* [clang.py] Expose diagnostic category and option info to Python bindingTobias Grosser2012-02-051-0/+37
* [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRangeTobias Grosser2012-02-051-0/+20
* 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-311-0/+16
* cindex.py: Add File.create_from_name()Tobias Grosser2011-10-311-0/+15
* Add support for constant arrays, from Anders Waldenborg!.Douglas Gregor2011-10-191-0/+20
* Add TypeKind.CONSTANTARRAY, from Anders Waldenborg!Douglas Gregor2011-10-191-1/+1
* 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
* Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor2011-08-301-0/+11
* [python] Fix bug of the SourceLocation binding.Argyrios Kyrtzidis2011-08-171-1/+1
* [python] Add support for CXType to python bindings.Argyrios Kyrtzidis2011-08-171-1/+207
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-061-4/+18
* 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-051-6/+38
* python bindings: fix Diagnostics.range iteratorTobias Grosser2011-02-051-0/+2
* 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-301-3/+3
* 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/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar2010-02-131-0/+48
* cindex/Python: Update for clang_getDiagnosticRange... API changes.Daniel Dunbar2010-02-131-18/+9
* cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar2010-01-301-11/+180
* 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-301-4/+3
* 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