summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix python testsSergey Kalinichev2016-12-032-2/+2
* [python bindings] Expose CXCursor_FriendDecl as CursorKind.FRIEND_DECLOlivier Goffart2016-11-041-0/+2
* Support for Python 3 in libclang python bindingsJonathan Coe2016-11-032-56/+97
* [libclang] Add missing cursor kinds to python bindings.Igor Kudrin2016-10-181-0/+128
* [libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...Igor Kudrin2016-10-181-1/+2
* bindings: expose diagnostic formatting to PythonSaleem Abdulrasool2016-08-111-0/+33
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-0/+12
* python: add bindings for children of diagnosticsSaleem Abdulrasool2016-04-302-0/+44
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-272-0/+128
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* libclang python bindings: Fix for bug 26394Jonathan Coe2016-03-101-1/+1
* python binding: expose compile command filenameGuillaume Papin2016-03-072-5/+22
* libclang: expose dllexport, dllimport attributesSaleem Abdulrasool2015-12-101-0/+3
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-152-1/+3
* [libclang] Expose AutoTypeSergey Kalinichev2015-11-151-0/+1
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-272-0/+25
* bindings: add new C++ function attribute accessorsSaleem Abdulrasool2015-10-122-0/+67
* Index: expose visibility attributeSaleem Abdulrasool2015-09-051-0/+2
* [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-132-6/+55
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-292-55/+6
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-292-6/+55
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-151-0/+61
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-102-106/+142
* Expose the CUDA shared attribute to the C API.Eli Bendersky2014-08-081-0/+1
* Expose the name mangling C API to Python bindings.Eli Bendersky2014-08-052-0/+27
* Reformat docstring to 80-colEli Bendersky2014-07-311-3/+3
* cindex.py: remove obsolete workaround and FIXMEAlp Toker2014-06-221-4/+0
* Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky2014-05-292-29/+21
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-281-0/+4
* Trim trailing whitespace in cindex.pyEli Bendersky2014-05-281-6/+6
* cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker2014-05-211-8/+1
* Clean up language and grammar.Eric Christopher2014-05-201-2/+2
* cindex-dump.py: fix the --show-ids description stringAlp Toker2014-05-051-1/+1
* Fix cindex-dump.py --show-idsAlp Toker2014-05-051-1/+1
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-011-0/+3
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-1/+3
* Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru2014-04-271-1/+1
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-252-0/+93
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-0/+6
* cindex.py: Avoid deprecated functionAlp Toker2014-04-201-4/+4
* Use the correct symbol for a left bracket.Bill Wendling2014-03-141-1/+1
* [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-202-0/+34
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-1/+11
* [libclang/python] Add __contains__ to SourceRange class.Argyrios Kyrtzidis2013-10-311-0/+23
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-111-5/+60