summaryrefslogtreecommitdiff
path: root/clang/bindings
Commit message (Expand)AuthorAgeFilesLines
* [python] Expose clang_Location_isInSystemHeaderArtur Ryt2023-04-042-0/+24
* Add clang_CXXMethod_isExplicit to libclangLuca Di Sera2023-01-272-0/+100
* [Clang] [Python] Fix tests when default config file contains -includeSam James2023-01-231-0/+3
* Revert "Add clang_CXXMethod_isExplicit to libclang"Luca Di Sera2023-01-232-100/+0
* Add clang_CXXMethod_isExplicit to libclangLuca Di Sera2023-01-232-0/+100
* Add clang_CXXMethod_isMoveAssignmentOperator to libclangLuca Di Sera2022-11-142-0/+87
* Add clang_CXXMethod_isCopyAssignmentOperator to libclangLuca Di Sera2022-10-271-0/+29
* Add clang_CXXMethod_isDeleted functionAnders Langlands2022-09-211-0/+10
* Fixed a number of typosGabriel Ravier2022-08-011-1/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-271-1/+1
* Strengthen -Wint-conversion to default to an errorAaron Ballman2022-07-221-2/+2
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-141-1/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-151-1/+1
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-131-1/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-131-1/+1
* [OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu2022-06-161-1/+1
* Generalize "check-all" umbrella targets, use for check-clang-toolsSam McCall2022-05-061-1/+1
* Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-211-3/+3
* [Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan2021-09-061-0/+1
* [NFC] Don't run python binding tests with sanitizersVitaly Buka2020-10-291-2/+2
* [NFC] Don't run clang/bindings/python/tests with msanVitaly Buka2020-10-291-3/+2
* [python][tests] Fix string comparison with "is"Paweł Bylica2020-09-281-1/+1
* python bindings: fix DeprecationWarningNick Desaulniers2020-08-101-3/+3
* Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool2020-04-291-1/+1
* Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher2020-04-281-1/+1
* build: use `find_package(Python3)` if availableSaleem Abdulrasool2020-04-281-1/+1
* Revert "build: use `find_package(Python3)` if available"Saleem Abdulrasool2020-04-271-1/+1
* build: use `find_package(Python3)` if availableSaleem Abdulrasool2020-04-281-1/+1
* Expose ATOMIC in the clang python bindingsBenjamin Kramer2020-04-161-0/+1
* Hopefully fixing a failing build bot.Aaron Ballman2020-02-181-1/+1
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+8
* [AIX] Disable clang python binding testsDavid Tenty2019-11-261-0/+5
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-091-1/+1
* [TestCommit] Trivial change to test commit access.Mark Murray2019-09-191-1/+1
* [TestCommit] Trivial change to test commit access.Mark Murray2019-09-191-1/+1
* [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya2019-06-261-6/+8
* [CodeComplete] Update python tests after r360042Ilya Biryukov2019-05-061-2/+2
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-0/+2
* [python, tests] Disable Clang Python tests on SPARCRainer Orth2019-04-081-2/+2
* [libclang][test] Suppress annoying 'LIBCLANG TOOLING ERROR' outputFangrui Song2019-04-031-0/+9
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-131-0/+1
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-251-0/+2
* [libclang] Fix a trivial error introduced in D57946.Emilio Cobos Alvarez2019-02-251-1/+1
* [libclang] Add attribute support for 'convergent'.Sven van Haastregt2019-02-111-0/+1
* Fix python3 compability issue in clang bindingSerge Guelton2019-01-241-23/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFFMichal Gorny2019-01-161-0/+5
* [python] Make the collections import future-proofSerge Guelton2019-01-051-2/+9
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-2/+2
* Portable Python script across Python versionSerge Guelton2019-01-031-3/+4