aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2012-05-14[clang.py] Implement Cursor.canonicalGregory Szorc
2012-05-14[clang.py] Implement Cursor.result_typeGregory Szorc
2012-05-12[clang.py] Followup to TranslationUnit refactorGregory Szorc
2012-05-08[clang.py] Remove trailing whitespace from recent commitsGregory Szorc
2012-05-08[clang.py] TranslationUnit API improvementsGregory Szorc
2012-05-07- Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek
2012-05-02[python] Add testcase for annotation cursorAnders Waldenborg
2012-05-02[python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg
2012-05-02[python] Add testcase for enum with specified underlaying typeAnders Waldenborg
2012-05-02[python] Run tests for c++ with std=c++11Anders Waldenborg
2012-05-02[python] Fix warning in c-code inside testcaseAnders Waldenborg
2012-04-15[clang.py] Implement TypeKind.spellingGregory Szorc
2012-03-10[clang.py] Implement Cursor.objc_type_encodingGregory Szorc
2012-03-10[clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc
2012-03-05[clang.py] Return bool from Cursor.__eq__Gregory Szorc
2012-02-26[clang.py] Test Cursor.__ne__Gregory Szorc
2012-02-20[clang.py] Format and add documention for TypeGregory Szorc
2012-02-20[clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc
2012-02-20[clang.py] Implement Type.argument_types()Gregory Szorc
2012-02-20[clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc
2012-02-19[clang.py] Implement Type.is_function_variadicGregory Szorc
2012-02-17[clang.py] Implement Type.element_countGregory Szorc
2012-02-17[clang.py] Implement Type.element_typeGregory Szorc
2012-02-05[clang.py] Implement Type.is_podGregory Szorc
2012-02-05[clang.py] Change type -> TypeTobias Grosser
2012-02-05[clang.py] Implement Cursor.enum_typeTobias Grosser
2012-02-05[clang.py] Implement Cursor.underlying_typedef_typeTobias Grosser
2012-02-05[clang.py] add TypeKind.VECTORTobias Grosser
2012-02-05[clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed}Tobias Grosser
2012-02-05[clang.py] Implement Cursor.hashTobias Grosser
2012-02-05[clang.py] Expose diagnostic category and option info to Python bindingTobias Grosser
2012-02-05[clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRangeTobias Grosser
2011-12-30Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to theRafael Espindola
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-10-31cindex.py: Remove more ternary operator + whitespace fixesTobias Grosser
2011-10-31clang.py: Remove use of ternary operatorsTobias Grosser
2011-10-31cindex.py: Allow to create a cursor from file/row/columnTobias Grosser
2011-10-31cindex.py: Add File.create_from_name()Tobias Grosser
2011-10-19 Add support for constant arrays, from Anders Waldenborg!.Douglas Gregor
2011-10-19Add TypeKind.CONSTANTARRAY, from Anders Waldenborg!Douglas Gregor
2011-10-19Fix error message for unknown type kind, from Anders Waldenborg!Douglas Gregor
2011-10-19This new field was introduced in clang-c in r141277Douglas Gregor
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-08-30Update python testcase for GNU old-style field designator warning,Douglas Gregor
2011-08-30Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor
2011-08-17[python] Fix bug of the SourceLocation binding.Argyrios Kyrtzidis
2011-08-17[python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r...Argyrios Kyrtzidis
2011-08-17[python] Add support for CXType to python bindings.Argyrios Kyrtzidis
2011-07-06Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor
2011-02-05python bindings: Add support for different kind of completion chunksTobias Grosser