[llvm-branch-commits] [llvm] [Github] Remove call to llvm-project-tests from libclang tests (PR #153876)

2025-08-16 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum approved this pull request. https://github.com/llvm/llvm-project/pull/153876 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Github] Remove call to llvm-project-tests from libclang tests (PR #153876)

2025-08-15 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum edited https://github.com/llvm/llvm-project/pull/153876 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Github] Remove call to llvm-project-tests from libclang tests (PR #153876)

2025-08-15 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum commented: Sounds good. A few comments: Please also remove the `.github/workflows/llvm-project-tests.yml` entry under `on.push.paths` & `on.pull_request.paths` in the workflow file. https://github.com/llvm/llvm-project/pull/153876

[llvm-branch-commits] [Github] Remove call to llvm-project-tests from libclang tests (PR #153876)

2025-08-15 Thread Jannick Kremer via llvm-branch-commits
@@ -25,17 +25,36 @@ on: jobs: check-clang-python: # Build libclang and then run the libclang Python binding's unit tests. +# There is an issue running on "windows-2019". +# See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082. name:

[llvm-branch-commits] [clang] [PATCH 2/6] [clang] Improve nested name specifier AST representation (PR #148012)

2025-07-20 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum edited https://github.com/llvm/llvm-project/pull/148012 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [PATCH 2/6] [clang] Improve nested name specifier AST representation (PR #148012)

2025-07-20 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum edited https://github.com/llvm/llvm-project/pull/148012 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [PATCH 2/6] [clang] Improve nested name specifier AST representation (PR #148012)

2025-07-20 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum commented: Re: Python bindings changes. The tests currently fail because the libclang.so cannot even be built. Is this expected, as in, can it only be built after the last patch again? (I see that the tests passed on patch 6/6). This should also probably get an

[llvm-branch-commits] [clang] [PATCH 2/6] [clang] Improve nested name specifier AST representation (PR #148012)

2025-07-20 Thread Jannick Kremer via llvm-branch-commits
@@ -63,7 +63,7 @@ def test_a_struct(self): self.assertIsNotNone(fields[1].translation_unit) self.assertEqual(fields[1].spelling, "b") self.assertFalse(fields[1].type.is_const_qualified()) -self.assertEqual(fields[1].type.kind, TypeKind.ELABORATED

[llvm-branch-commits] [clang] [PATCH 2/6] [clang] Improve nested name specifier AST representation (PR #148012)

2025-07-20 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum edited https://github.com/llvm/llvm-project/pull/148012 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/21.x: Revert "Move python binding tests to lit framework" (#149012) (PR #149570)

2025-07-18 Thread Jannick Kremer via llvm-branch-commits
https://github.com/DeinAlptraum approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/149570 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit