aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)AuthorFilesLines
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
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