aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings/python/tests/cindex
AgeCommit message (Expand)AuthorFilesLines
2026-02-08[libclang/python] Type-annotate SourceLocation and SourceRange (#180193)Jannick Kremer2-2/+2
2026-02-01[libclang/python] Deprecate CodeCompletionResults.results (#177764)Jannick Kremer1-1/+10
2026-01-31[libclang/python] Ignore our own DeprecationWarnings in tests (#178631)Jannick Kremer1-7/+25
2026-01-25[libclang/python] Move SPELLING_CACHE into CodeCompletion (#177586)Jannick Kremer1-0/+22
2026-01-23[libclang/python] Add CompletionChunkKind enum and deprecate old CompletionCh...Jannick Kremer2-2/+44
2026-01-17Use existing AvailabilityKind enum for code completion availability (#160296)Jannick Kremer2-2/+43
2025-12-16[libclang/python] Add LIBCLANG_LIBRARY_PATH and LIBCLANG_LIBRARY_FILE (#170201)Thomas Applencourt21-88/+78
2025-12-16[libclang/python] Fix cindex test for cpp lang (#172368)Thomas Applencourt1-1/+1
2025-10-31[libclang/python] Add isFunctionInlined support (#162882)Thomas Applencourt1-0/+15
2025-10-13[libclang/python] Return None instead of null cursors from Token.cursor (#163...Jannick Kremer1-0/+6
2025-09-18[libclang/python] Sync python kinds with Index.h enums (#143264)Jannick Kremer1-21/+71
2025-08-11[libclang/python] Expose `clang_getCursorLanguage` via `Cursor.language` (#15...Jimmy Z2-0/+29
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 Kremer33-0/+3524
2025-07-15[clang][python][test] Move python binding tests to lit framework (#148802)Jannick Kremer33-3524/+0
2025-07-03Revert " Move python binding tests to lit framework (#146844)" (#146931)Jannick Kremer33-0/+3524
2025-07-03[clang][python][test] Move python binding tests to lit framework (#146844)Jannick Kremer33-3524/+0
2025-07-02Revert "Move python binding tests to lit framework (#146486)" (#146789)Jannick Kremer33-0/+3524
2025-07-02[clang][python][test] Move python binding tests to lit framework (#146486)Jannick Kremer33-3524/+0
2025-06-26Revert "[clang][python][test] Move python binding tests to lit framework" (#1...dyung33-0/+3524
2025-06-26[clang][python][test] Move python binding tests to lit framework (#145855)Rainer Orth33-3524/+0
2025-06-25Revert "Move python binding tests to lit framework (#142948)" (#145774)Jannick Kremer33-0/+3524
2025-06-25[clang][python][test] Move python binding tests to lit framework (#142948)Rainer Orth33-3523/+0
2025-06-02[libclang/python] Properly report errors when test fails (#142371)Jannick Kremer1-7/+10
2025-05-16[libclang/python] Add typing annotations for the Cursor class (#138103)Jannick Kremer1-0/+14
2025-05-16[libclang/python] Ensure all used library functions are registered (#140015)Jannick Kremer1-0/+31
2025-05-02[libclang/python] Add tests for equality operators. (#138132)Jannick Kremer3-0/+52
2025-04-24[libclang/python] Add equality comparison operators for File (#130383)Jannick Kremer4-1/+61
2025-04-15[cindex] Add support for calling getFullyQualifiedName to the Python binding....Brian Cody1-0/+19
2025-04-02Reapply "[Clang] [NFC] Introduce a helper for emitting compatibility diagnost...Sirraide1-2/+2
2025-03-26[libclang/python] Change all global variables to CAPS (#132930)Jannick Kremer6-56/+56
2025-03-25[libclang/python] Add some bindings to the `Cursor` interface (#132377)Jannick Kremer1-0/+40
2025-03-22[libclang/python] Change all global variables to snake case (#132378)Jannick Kremer6-54/+54
2025-03-02[cindex] Add API to query the class methods of a type (#123539)Trevor Laughlin1-0/+18
2025-01-14Add explicit triple to test_type.py.Eli Friedman1-1/+1
2025-01-14[libclang] Add API to query more information about base classes. (#120300)Eli Friedman1-0/+25
2025-01-10[libclang] Allow using PrintingPolicy with types (#122386)Eli Friedman1-1/+18
2025-01-09[libclang/python] Add python bindings for PrintingPolicy (#120494)Eli Friedman1-0/+14
2025-01-06[libclang/python] Add python binding for clang_Cursor_isAnonymousRecordDecl (...Eli Friedman1-0/+3
2024-10-31[libclang/python/tests] Clean up imports (#114409)Jannick Kremer21-134/+92
2024-10-31[libclang/python/tests] Remove Python <3.6 workarounds (#114399)Jannick Kremer4-49/+17
2024-10-31[libclang/python/tests] Remove unused variables (#114397)Jannick Kremer4-9/+9
2024-10-31[libclang/python] Fix incorrect assert in test (#114395)Jannick Kremer1-1/+1
2024-09-27[libclang/python] Improve test coverage (#109846)Jannick Kremer3-4/+249
2024-08-16[libclang/python] Expose `clang_isBeforeInTranslationUnit` for `SourceRange._...Jannick Kremer2-0/+105
2024-08-02[libclang/python] Fix `get_exception_specification_kind` (#101548)Jannick Kremer1-2/+10
2024-07-30[libclang/python] Fix some type errors, add type annotations (#98745)Jannick Kremer2-13/+13
2024-07-15Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libcl...Thomas Wucher2-0/+106
2024-07-12[libclang/python] Refactor enum usage (#95608)Jannick Kremer2-30/+12
2024-06-14[libclang/python] Fix bugs in custom enum implementation and add tests (#95381)Jannick Kremer1-0/+47