[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
llvmbot wrote: /pull-request llvm/llvm-project#101965 https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
Sirraide wrote: /cherry-pick https://github.com/llvm/llvm-project/commit/c65afad9c58474a784633314e945c874ed06584a https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/m

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
https://github.com/Sirraide milestoned https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
Sirraide wrote: > I think we should backport to Clang 19. WDYT? That makes a lot of sense to me imo: the feature is already in Clang 19, this just makes it so we claim to support it too. https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commit

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
https://github.com/Sirraide closed https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. LGTM. I think we should backport to Clang 19. WDYT? https://github.com/llvm/llvm-project/pull/101956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (Sirraide) Changes Following the discussion on [#101448](https://github.com/llvm/llvm-project/pull/101448#pullrequestreview-2217511926), this defines `__cpp_pack_indexing`. Since pack indexing is currently supported in all language m

[clang] [Clang] Define __cpp_pack_indexing (PR #101956)

2024-08-05 Thread via cfe-commits
https://github.com/Sirraide created https://github.com/llvm/llvm-project/pull/101956 Following the discussion on [#101448](https://github.com/llvm/llvm-project/pull/101448#pullrequestreview-2217511926), this defines `__cpp_pack_indexing`. Since pack indexing is currently supported in all lang