summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python/tests/cindex/test_cursor.py
Commit message (Expand)AuthorAgeFilesLines
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+82
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+15
* bindings: add new C++ function attribute accessorsSaleem Abdulrasool2015-10-121-0/+45
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-101-0/+44
* Expose the name mangling C API to Python bindings.Eli Bendersky2014-08-051-0/+14
* cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker2014-05-211-8/+1
* [python bindings] Expose cursor.referenced (clang_getCursorReferenced).Argyrios Kyrtzidis2013-01-021-0/+9
* [clang.py] Add Cursor.get_arguments()Gregory Szorc2012-11-011-0/+9
* [clang.py] Implement Token APIGregory Szorc2012-07-121-0/+10
* [clang.py] Implement Cursor.is_static_methodGregory Szorc2012-06-091-0/+16
* [clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc2012-05-151-0/+23
* [clang.py] Implement Cursor.canonicalGregory Szorc2012-05-141-0/+12
* [clang.py] Implement Cursor.result_typeGregory Szorc2012-05-141-0/+8
* [clang.py] Remove trailing whitespace from recent commitsGregory Szorc2012-05-081-3/+3
* - Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek2012-05-071-0/+25
* [python] Add testcase for annotation cursorAnders Waldenborg2012-05-021-0/+12
* [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg2012-05-021-0/+37
* [python] Add testcase for enum with specified underlaying typeAnders Waldenborg2012-05-021-0/+8
* [clang.py] Implement Cursor.objc_type_encodingGregory Szorc2012-03-101-0/+7
* [clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc2012-03-101-22/+12
* [clang.py] Test Cursor.__ne__Gregory Szorc2012-02-261-0/+1
* [clang.py] Implement Cursor.enum_typeTobias Grosser2012-02-051-0/+15
* [clang.py] Implement Cursor.underlying_typedef_typeTobias Grosser2012-02-051-0/+15
* [clang.py] Implement Cursor.hashTobias Grosser2012-02-051-0/+1
* Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor2011-08-301-0/+2
* [python] Add support for CXType to python bindings.Argyrios Kyrtzidis2011-08-171-1/+3
* cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar2010-01-301-1/+1
* cindex/Python: Add Cursor test.Daniel Dunbar2010-01-251-0/+59
OpenPOWER on IntegriCloud