summaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)Author
2019-01-05[python] Make the collections import future-proofSerge Guelton
2019-01-03Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner
2019-01-03Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-14Revert "Try to update the test to fix the breakage With the new warning, we a...Adam Nemet
2018-12-13Try to update the test to fix the breakageSylvestre Ledru
2018-12-03Portable Python script across versionSerge Guelton
2018-11-10[python] Support PathLike filenames and directoriesMichal Gorny
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