aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)AuthorFilesLines
2019-06-26[clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya1-6/+8
2019-05-06[CodeComplete] Update python tests after r360042Ilya Biryukov1-2/+2
2019-04-17[libclang] Expose ext_vector_typeSven van Haastregt1-0/+2
2019-04-08[python, tests] Disable Clang Python tests on SPARCRainer Orth1-2/+2
2019-04-03[libclang][test] Suppress annoying 'LIBCLANG TOOLING ERROR' outputFangrui Song1-0/+9
2019-03-13[libclang] Expose aligned() attribute.Emilio Cobos Alvarez1-0/+1
2019-02-25[libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez1-0/+2
2019-02-25[libclang] Fix a trivial error introduced in D57946.Emilio Cobos Alvarez1-1/+1
2019-02-11[libclang] Add attribute support for 'convergent'.Sven van Haastregt1-0/+1
2019-01-24Fix python3 compability issue in clang bindingSerge Guelton1-23/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth5-20/+15
2019-01-16[test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFFMichal Gorny1-0/+5
2019-01-05[python] Make the collections import future-proofSerge Guelton1-2/+9
2019-01-03Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner1-2/+2
2019-01-03Portable Python script across Python versionSerge Guelton1-3/+4
2018-12-18Portable Python script across Python versionSerge Guelton1-1/+1
2018-12-18Portable Python script across Python versionSerge Guelton1-1/+1
2018-12-18Portable Python script across Python versionSerge Guelton1-0/+1
2018-12-18Portable Python script across Python versionSerge Guelton1-4/+2
2018-12-14Revert "Try to update the test to fix the breakage With the new warning, we a...Adam Nemet1-1/+1
2018-12-13Try to update the test to fix the breakageSylvestre Ledru1-1/+1
2018-12-03Portable Python script across versionSerge Guelton1-9/+9
2018-11-10[python] Support PathLike filenames and directoriesMichal Gorny5-18/+151
2018-10-18Add check-clang-python to the Clang tests directory in IDEs; NFC.Aaron Ballman1-0/+1
2018-10-17[python] [tests] Disable on known-broken archesMichal Gorny1-11/+21
2018-10-15[python] [tests] Disable python binding tests under LLVM_USE_SANITIZER=AddressArtem Dergachev1-1/+16
2018-10-12[python] [tests] Re-add once again, this time without WindowsMichal Gorny1-1/+6
2018-10-12Revert rL344365: [tests] Readd Python binding tests to check-allSimon Pilgrim1-2/+1
2018-10-12[tests] Readd Python binding tests to check-allMichal Gorny1-1/+2
2018-10-12[python] [tests] Remove cdb lookup failure testMichal Gorny1-5/+0
2018-10-11[python] [tests] Fix calling tests on WindowsMichal Gorny1-1/+3
2018-10-11[python] [tests] Retab CMakeLists.txt for consistency (NFC)Michal Gorny1-3/+3
2018-10-11[tests] Remove Python tests from check-all due to breakageMichal Gorny1-1/+1
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny1-0/+8
2018-10-11Revert r344241 as it broke multiple bots.Aaron Ballman1-7/+0
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny1-0/+7
2018-10-11[python] [tests] Support overriding library path via environmentMichal Gorny18-2/+86
2018-09-24[python] [tests] Update test_code_completionMichal Gorny1-4/+4
2018-09-11[python bindings] Expose getNumTemplateArgumentsJonathan Coe2-0/+40
2018-06-21[bindings] Fix most Python binding unittests on WindowsJonathan Coe3-22/+21
2018-05-10implementing Cursor.get_included_file in python bindingsJonathan Coe2-4/+23
2018-04-22[python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...Jonathan Coe2-1/+18
2018-04-06Fix typos in clangAlexander Kornienko1-2/+2
2017-12-14Remove duplicate python libclang changes from r320748Alex Lorenz2-21/+0
2017-12-14[libclang] Add support for checking abstractness of recordsAlex Lorenz2-0/+42
2017-11-11[python] [tests] Fix test_linkage for unique external linkageMichal Gorny1-1/+2
2017-11-10[python] [tests] Rewrite to use standard unittest moduleMichal Gorny18-1596/+1658
2017-11-09[python] [tests] Update priority values in code completion testMichal Gorny1-2/+2
2017-11-08[bindings] fix TLS test failureMasud Rahman1-4/+14
2017-10-21Reverting r316278 due to failing build bots.Aaron Ballman2-103/+24