aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings/python
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[libclang/python] Do not rely on `ctypes`' `errcheck` (#105490)Jannick Kremer1-185/+168
2024-09-27[libclang/python] Improve test coverage (#109846)Jannick Kremer3-4/+249
2024-08-16[libclang/python] Expose `clang_isBeforeInTranslationUnit` for `SourceRange._...Jannick Kremer3-20/+113
2024-08-02[libclang/python] Fix `get_exception_specification_kind` (#101548)Jannick Kremer2-3/+11
2024-07-31[libclang/python] type-ignore `Any` returns from library calls (#101310)Jannick Kremer1-97/+97
2024-07-31[libclang/python] Factor out unsaved files processing (#101308)Jannick Kremer1-30/+17
2024-07-30[libclang/python] Fix some type errors, add type annotations (#98745)Jannick Kremer3-91/+129
2024-07-29[libclang/python] Export all enums (#100941)Jannick Kremer1-0/+5
2024-07-15Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libcl...Thomas Wucher3-0/+169
2024-07-12[libclang/python] Refactor enum usage (#95608)Jannick Kremer4-1014/+789
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-11-26[AIX] Disable clang python binding testsDavid Tenty1-0/+5
2019-11-09Fixed more -Wreturn-type testsDávid Bolvanský1-1/+1