aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-06-27[libclang] Support for querying the exception specification type through libc...Jonathan Coe
2017-06-08[libclang] Expose typedef and address space functionsSven van Haastregt
2017-05-23[libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt
2017-04-20Add Python 3 support to clang.cindexJonathan Coe
2017-02-10[libclang] [OpenCL] Expose half type.Joey Gouly
2017-01-17Fix Python 3 language issues and add an explicit check for Python version == 2.Jonathan Coe
2017-01-13Revert "Support for Python 3 in libclang python bindings"Jonathan Coe
2016-12-03[libclang] Fix python testsSergey Kalinichev
2016-11-04[python bindings] Expose CXCursor_FriendDecl as CursorKind.FRIEND_DECLOlivier Goffart
2016-11-03Support for Python 3 in libclang python bindingsJonathan Coe
2016-10-18[libclang] Add missing cursor kinds to python bindings.Igor Kudrin
2016-10-18[libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...Igor Kudrin
2016-08-11bindings: expose diagnostic formatting to PythonSaleem Abdulrasool
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic
2016-05-03[libclang] Expose the ElaboratedTypeSergey Kalinichev
2016-04-30python: add bindings for children of diagnosticsSaleem Abdulrasool
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic
2016-03-10libclang python bindings: Fix for bug 26394Jonathan Coe
2016-03-07python binding: expose compile command filenameGuillaume Papin
2015-12-10libclang: expose dllexport, dllimport attributesSaleem Abdulrasool
2015-11-15[libclang] Visit TypeAliasTemplateDeclSergey Kalinichev
2015-11-15[libclang] Expose AutoTypeSergey Kalinichev
2015-10-27Index: expose is_mutable_fieldSaleem Abdulrasool
2015-10-12bindings: add new C++ function attribute accessorsSaleem Abdulrasool
2015-09-05Index: expose visibility attributeSaleem Abdulrasool
2015-09-03[libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek
2015-04-13[libclang] Add functions to get information about fields.Argyrios Kyrtzidis
2015-01-29This reverts commit r227432, r227438 and r227448.Rafael Espindola
2015-01-29libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet
2014-10-15[libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis
2014-10-10Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky
2014-08-08Expose the CUDA shared attribute to the C API.Eli Bendersky
2014-08-05Expose the name mangling C API to Python bindings.Eli Bendersky
2014-07-31Reformat docstring to 80-colEli Bendersky
2014-06-22cindex.py: remove obsolete workaround and FIXMEAlp Toker
2014-05-29Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky
2014-05-28Expose CUDA function attributes to the C interface.Eli Bendersky
2014-05-28Trim trailing whitespace in cindex.pyEli Bendersky
2014-05-21cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker
2014-05-20Clean up language and grammar.Eric Christopher
2014-05-05cindex-dump.py: fix the --show-ids description stringAlp Toker
2014-05-05Fix cindex-dump.py --show-idsAlp Toker
2014-05-01[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko
2014-04-27Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru
2014-04-25bindings: expose C++ access specifiersSaleem Abdulrasool
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko