summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2017-12-14Remove duplicate python libclang changes from r320748Alex Lorenz
2017-12-14[libclang] Add support for checking abstractness of recordsAlex Lorenz
2017-11-11[python] [tests] Fix test_linkage for unique external linkageMichal Gorny
2017-11-10[python] [tests] Rewrite to use standard unittest moduleMichal Gorny
2017-11-09[python] [tests] Update priority values in code completion testMichal Gorny
2017-11-08[bindings] fix TLS test failureMasud Rahman
2017-10-21Reverting r316278 due to failing build bots.Aaron Ballman
2017-10-21[libclang, bindings]: add spelling locationMasud Rahman
2017-10-21[bindings] allow null strings in Python 3Masud Rahman
2017-10-16[libclang] Add support for querying cursor availabilityJonathan Coe
2017-10-16[libclang] Visit attributes for function and class templatesJonathan Coe
2017-09-22bindings: expose Linkage to the python bindingsSaleem Abdulrasool
2017-09-21[libclang] Keep track of TranslationUnit instance when annotating tokensJonathan Coe
2017-09-13libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool
2017-09-06Fix __repr__ for Diagnostic in clang.cindexJonathan Coe
2017-07-12[libclang] Support for querying whether an enum is scopedAlex Lorenz
2017-07-12Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz
2017-07-12[libclang] Support for querying whether an enum is scopedAlex Lorenz
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