aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[libclang/python] Fix bugs in custom enum implementation and add tests (#95381)Jannick Kremer2-4/+51
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse1-1/+1
2024-03-18Add some missing Kinds to libclang python bindings (#85571)ykiko1-1/+172
2024-01-29[libclang/python] Expose Rewriter to the python binding (#77269)Jimmy Z2-0/+137
2024-01-17[libclang/python] Bump minimum compatibility to Python 3.6 (#77228)Craig Hesling2-99/+74
2023-12-14[libclang/python] Fix some minor typos (#74292)Craig Hesling2-2/+2
2023-10-25[libclang/python] Add missing concept declaration CursorKind (#69125)Nick Renieris1-0/+2
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta23-1649/+1530
2023-04-04[python] Expose clang_Location_isInSystemHeaderArtur Ryt2-0/+24
2023-01-27Add clang_CXXMethod_isExplicit to libclangLuca Di Sera2-0/+100
2023-01-23[Clang] [Python] Fix tests when default config file contains -includeSam James1-0/+3
2023-01-23Revert "Add clang_CXXMethod_isExplicit to libclang"Luca Di Sera2-100/+0
2023-01-23Add clang_CXXMethod_isExplicit to libclangLuca Di Sera2-0/+100
2022-11-14Add clang_CXXMethod_isMoveAssignmentOperator to libclangLuca Di Sera2-0/+87
2022-10-27Add clang_CXXMethod_isCopyAssignmentOperator to libclangLuca Di Sera1-0/+29
2022-09-21Add clang_CXXMethod_isDeleted functionAnders Langlands1-0/+10
2022-08-01Fixed a number of typosGabriel Ravier1-1/+1
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-2/+2
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu1-1/+1
2022-05-06Generalize "check-all" umbrella targets, use for check-clang-toolsSam McCall1-1/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-3/+3
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+1
2020-10-29[NFC] Don't run python binding tests with sanitizersVitaly Buka1-2/+2
2020-10-29[NFC] Don't run clang/bindings/python/tests with msanVitaly Buka1-3/+2
2020-09-28[python][tests] Fix string comparison with "is"Paweł Bylica1-1/+1
2020-08-10python bindings: fix DeprecationWarningNick Desaulniers1-3/+3
2020-04-29Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool1-1/+1
2020-04-28Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher1-1/+1
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-1/+1
2020-04-27Revert "build: use `find_package(Python3)` if available"Saleem Abdulrasool1-1/+1
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-1/+1
2020-04-16Expose ATOMIC in the clang python bindingsBenjamin Kramer1-0/+1
2020-02-18Hopefully fixing a failing build bot.Aaron Ballman1-1/+1
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+8
2019-11-26[AIX] Disable clang python binding testsDavid Tenty1-0/+5
2019-11-09Fixed more -Wreturn-type testsDávid Bolvanský1-1/+1
2019-09-19[TestCommit] Trivial change to test commit access.Mark Murray1-1/+1
2019-09-19[TestCommit] Trivial change to test commit access.Mark Murray1-1/+1
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