[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-04-05 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll approved this pull request. https://github.com/llvm/llvm-project/pull/132377 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-04-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Jannick Kremer (DeinAlptraum) Changes Make Cursor hashable Add `Cursor.has_attr()` Add `Cursor.specialized_template` --- Full diff: https://github.com/llvm/llvm-project/pull/132377.diff 3 Files Affected: - (modified) clang/bindings/pyth

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-03-22 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum edited https://github.com/llvm/llvm-project/pull/132377 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-03-22 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum updated https://github.com/llvm/llvm-project/pull/132377 >From c433f194600d72a3902c4eed304439d6e3f2f62b Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 19 Dec 2024 16:22:04 +0100 Subject: [PATCH 1/4] [libclang/python] Add some bindings to the Cursor int

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-03-22 Thread via cfe-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r 619ba920efc25aebb5e7e9e7a777964588616441...22edb94303a7358425906ca577d7f65e19cef072 clang

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-03-22 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum updated https://github.com/llvm/llvm-project/pull/132377 >From c433f194600d72a3902c4eed304439d6e3f2f62b Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 19 Dec 2024 16:22:04 +0100 Subject: [PATCH 1/3] [libclang/python] Add some bindings to the Cursor int

[clang] [libclang/python] Add some bindings to the `Cursor` interface (PR #132377)

2025-03-21 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum created https://github.com/llvm/llvm-project/pull/132377 Make Cursor hashable Add `Cursor.has_attr()` Add `Cursor.specialized_template` >From c433f194600d72a3902c4eed304439d6e3f2f62b Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 19 Dec 2024 16:22:04 +