aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Loosen check for clang version string in test to work when setting CLANG_VEND...dyung1-1/+1
2026-04-13[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (#190397)Amit Tiwari1-0/+3
2026-04-03Revert "[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directiv...theRonShark1-3/+0
2026-04-03[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (#183...Amit Tiwari1-0/+3
2026-03-27[libclang/python] Renaming `get_version` into `get_clang_version` (#188515)Thomas Applencourt2-2/+2
2026-03-21[libclang/python] Fix Type.get_offset annotation (#187841)Jannick Kremer1-1/+1
2026-03-21[libclang/python] export libclang version to the bindings (#86931)efferre792-0/+17
2026-03-20[libclang/python] Deprecate _CXUnsavedFile, introduce UnsavedFile instead (#1...Jannick Kremer2-4/+34
2026-03-18[libclang/python] Add type annotations to the TranslationUnit class (#180876)Jannick Kremer1-31/+67
2026-02-15[clang][Python] Use str.format instead of string concatenations (#173861)Miko1-37/+30
2026-02-15Revert "[clang][Python] Use fstrings instead of string concatenations (#173861)"Vlad Serebrennikov1-30/+37
2026-02-15[clang][Python] Use fstrings instead of string concatenations (#173861)Miko1-37/+30
2026-02-08[libclang/python] Type-annotate SourceLocation and SourceRange (#180193)Jannick Kremer3-30/+32
2026-02-01[libclang/python] Deprecate CodeCompletionResults.results (#177764)Jannick Kremer2-1/+28
2026-01-31[libclang/python] Ignore our own DeprecationWarnings in tests (#178631)Jannick Kremer1-7/+25
2026-01-26[libclang/python] Add deprecation warnings to CompletionChunk.isKind methods ...Jannick Kremer1-0/+36
2026-01-25[libclang/python] Move SPELLING_CACHE into CodeCompletion (#177586)Jannick Kremer2-31/+79
2026-01-24[NFC][libclang/python] Move CompletionChunkKind definition before CompletionC...Jannick Kremer1-48/+49
2026-01-23[libclang/python] Add CompletionChunkKind enum and deprecate old CompletionCh...Jannick Kremer3-57/+105
2026-01-17Use existing AvailabilityKind enum for code completion availability (#160296)Jannick Kremer3-19/+89
2025-12-20[libclang/python] Add check for reparsing (#172373)Thomas Applencourt1-2/+7
2025-12-17[libclang/python] Remove unused exception variable (#172516)Thomas Applencourt1-1/+1
2025-12-16[libclang/python] Remove unused import in example (#172369)Thomas Applencourt2-2/+2
2025-12-16[libclang/python] Add LIBCLANG_LIBRARY_PATH and LIBCLANG_LIBRARY_FILE (#170201)Thomas Applencourt24-97/+88
2025-12-16[libclang/python] Fix cindex test for cpp lang (#172368)Thomas Applencourt1-1/+1
2025-11-24[libclang/python] Enable packaging clang python bindings (#125806)Ryan Mast3-0/+67
2025-11-07[libclang/python] Return actual C types from libclang functions instead of Py...Thomas Applencourt1-86/+88
2025-10-31[libclang/python] Add isFunctionInlined support (#162882)Thomas Applencourt2-0/+23
2025-10-22[clang] Fix Typo on cindex.py (#92945)Thomas Applencourt1-1/+1
2025-10-13[libclang/python] Return None instead of null cursors from Token.cursor (#163...Jannick Kremer2-0/+8
2025-09-29[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V1-0/+3
2025-09-25[libclang/python] Fix OpenMP and OpenACC CursorKinds name format (#160295)Jannick Kremer1-16/+16
2025-09-18[libclang/python] Sync python kinds with Index.h enums (#143264)Jannick Kremer2-24/+133
2025-09-16[libclang/python] Fix numResults field type of CCRStructure (#158598)Jannick Kremer1-1/+1
2025-09-04[libclang/python] Add type annotations for code completion classes (#140539)Jannick Kremer1-31/+35
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-08-11[libclang/python] Expose `clang_getCursorLanguage` via `Cursor.language` (#15...Jimmy Z3-0/+50
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-1/+1
2025-07-16Revert "Move python binding tests to lit framework" (#149012)Jannick Kremer35-0/+3590
2025-07-15[clang][python][test] Move python binding tests to lit framework (#148802)Jannick Kremer35-3590/+0
2025-07-03Revert " Move python binding tests to lit framework (#146844)" (#146931)Jannick Kremer35-0/+3590
2025-07-03[clang][python][test] Move python binding tests to lit framework (#146844)Jannick Kremer35-3590/+0
2025-07-02Revert "Move python binding tests to lit framework (#146486)" (#146789)Jannick Kremer35-0/+3590
2025-07-02[clang][python][test] Move python binding tests to lit framework (#146486)Jannick Kremer35-3590/+0
2025-06-26Revert "[clang][python][test] Move python binding tests to lit framework" (#1...dyung35-0/+3590
2025-06-26[clang][python][test] Move python binding tests to lit framework (#145855)Rainer Orth35-3590/+0
2025-06-25Revert "Move python binding tests to lit framework (#142948)" (#145774)Jannick Kremer35-0/+3590
2025-06-25[clang][python][test] Move python binding tests to lit framework (#142948)Rainer Orth35-3589/+0
2025-06-06[libclang/python] Add TypeKind.FLOAT16 (#142634)Zokre Zyl1-0/+1
2025-06-05[libclang/python] Simplify __eq__ operators (#140540)Jannick Kremer1-9/+7