aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2018-10-18Add check-clang-python to the Clang tests directory in IDEs; NFC.Aaron Ballman
2018-10-17[python] [tests] Disable on known-broken archesMichal Gorny
2018-10-15[python] [tests] Disable python binding tests under LLVM_USE_SANITIZER=AddressArtem Dergachev
2018-10-12[python] [tests] Re-add once again, this time without WindowsMichal Gorny
2018-10-12Revert rL344365: [tests] Readd Python binding tests to check-allSimon Pilgrim
2018-10-12[tests] Readd Python binding tests to check-allMichal Gorny
2018-10-12[python] [tests] Remove cdb lookup failure testMichal Gorny
2018-10-11[python] [tests] Fix calling tests on WindowsMichal Gorny
2018-10-11[python] [tests] Retab CMakeLists.txt for consistency (NFC)Michal Gorny
2018-10-11[tests] Remove Python tests from check-all due to breakageMichal Gorny
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny
2018-10-11Revert r344241 as it broke multiple bots.Aaron Ballman
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny
2018-10-11[python] [tests] Support overriding library path via environmentMichal Gorny
2018-09-24[python] [tests] Update test_code_completionMichal Gorny
2018-09-11[python bindings] Expose getNumTemplateArgumentsJonathan Coe
2018-06-21[bindings] Fix most Python binding unittests on WindowsJonathan Coe
2018-05-10implementing Cursor.get_included_file in python bindingsJonathan Coe
2018-04-22[python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...Jonathan Coe
2018-04-06Fix typos in clangAlexander Kornienko
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