aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_cursor.py
AgeCommit message (Expand)Author
2013-01-02[python bindings] Expose cursor.referenced (clang_getCursorReferenced).Argyrios Kyrtzidis
2012-11-01[clang.py] Add Cursor.get_arguments()Gregory Szorc
2012-07-12[clang.py] Implement Token APIGregory Szorc
2012-06-09[clang.py] Implement Cursor.is_static_methodGregory Szorc
2012-05-15[clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc
2012-05-14[clang.py] Implement Cursor.canonicalGregory Szorc
2012-05-14[clang.py] Implement Cursor.result_typeGregory Szorc
2012-05-08[clang.py] Remove trailing whitespace from recent commitsGregory 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-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-02-26[clang.py] Test Cursor.__ne__Gregory Szorc
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] Implement Cursor.hashTobias Grosser
2011-08-30Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor
2011-08-17[python] Add support for CXType to python bindings.Argyrios Kyrtzidis
2010-01-30cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar
2010-01-25cindex/Python: Add Cursor test.Daniel Dunbar