summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-0/+17
* Add Python 3 support to clang.cindexJonathan Coe2017-04-201-2/+5
* Revert "Support for Python 3 in libclang python bindings"Jonathan Coe2017-01-131-6/+2
* [libclang] Fix python testsSergey Kalinichev2016-12-032-2/+2
* Support for Python 3 in libclang python bindingsJonathan Coe2016-11-031-2/+6
* [libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...Igor Kudrin2016-10-181-1/+2
* python: add bindings for children of diagnosticsSaleem Abdulrasool2016-04-301-0/+12
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+82
* python binding: expose compile command filenameGuillaume Papin2016-03-071-5/+12
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-0/+1
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+15
* bindings: add new C++ function attribute accessorsSaleem Abdulrasool2015-10-121-0/+45
* [libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek2015-09-031-2/+2
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-6/+15
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-15/+6
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-6/+15
* 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
* Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky2014-05-291-29/+11
* cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker2014-05-211-8/+1
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-251-0/+34
* [libclang/python] Use a Python standard library module to create a temporary ...Argyrios Kyrtzidis2014-02-201-9/+2
* [libclang/python] Add CompilationDatabase.getAllCompileCommands to the python...Argyrios Kyrtzidis2013-12-201-0/+21
* [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.Argyrios Kyrtzidis2013-10-071-0/+40
* [libclang] python: expose a few functions, patch by Loïc Jaquemet!Argyrios Kyrtzidis2013-10-031-0/+16
* [libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis2013-09-161-0/+10
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-231-2/+10
* [libclang/python] Add a few "cursor kinds" that were missing in the python bi...Argyrios Kyrtzidis2013-06-111-2/+9
* [libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis2013-04-112-2/+65
* cindex.py: Handle NULL pointers when parsing translation unitsTobias Grosser2013-03-191-0/+17
* [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
* Python bindings: Add missing availability kind.Benjamin Kramer2012-10-071-8/+48
* Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko2012-09-151-0/+35
* [clang.py] Implement Token APIGregory Szorc2012-07-124-1/+128
* [clang.py] Add TranslationUnit.get_{file,source_location,source_range}Gregory Szorc2012-07-121-0/+66
* [cindex.py] Make CompileCommand.arguments usage consistent with CompileComman...Arnaud A. de Grandmaison2012-07-101-2/+2
* [cindex.py] fix infinite iteration of compilation database CompileCommandsArnaud A. de Grandmaison2012-07-091-0/+8
* [cindex.py] Fix commentsArnaud A. de Grandmaison2012-06-301-1/+1
* [cindex.py] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-302-0/+98
* [clang.py] Implement SourceLocation.from_offsetGregory Szorc2012-06-111-0/+9
* [clang.py] Implement Cursor.is_static_methodGregory Szorc2012-06-091-0/+16
* [clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc2012-05-152-0/+47
* [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
* [clang.py] TranslationUnit API improvementsGregory Szorc2012-05-082-20/+87
* - Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek2012-05-072-0/+54
* [python] Add testcase for annotation cursorAnders Waldenborg2012-05-021-0/+12
* [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg2012-05-021-0/+37
OpenPOWER on IntegriCloud