summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python/tests/cindex/test_cursor.py
Commit message (Expand)AuthorAgeFilesLines
* [python] [tests] Support overriding library path via environmentMichal Gorny2018-10-111-0/+5
* [bindings] Fix most Python binding unittests on WindowsJonathan Coe2018-06-211-2/+2
* [python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...Jonathan Coe2018-04-221-0/+12
* Remove duplicate python libclang changes from r320748Alex Lorenz2017-12-141-11/+0
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+22
* [python] [tests] Rewrite to use standard unittest moduleMichal Gorny2017-11-101-477/+481
* [libclang] Add support for querying cursor availabilityJonathan Coe2017-10-161-0/+25
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-0/+20
* [libclang] Keep track of TranslationUnit instance when annotating tokensJonathan Coe2017-09-211-0/+22
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+16
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-16/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+16
* [libclang] Fix python testsSergey Kalinichev2016-12-031-1/+1
* 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