[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

2024-06-03 Thread Oleksandr T. via cfe-commits
a-tarasyuk wrote: @cor3ntin Thank you for pointing that document out to me. I initially thought the PR title should match the issue title... https://github.com/llvm/llvm-project/pull/94173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

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

[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

2024-06-03 Thread Oleksandr T. via cfe-commits
https://github.com/a-tarasyuk updated https://github.com/llvm/llvm-project/pull/94173 >From b4f5d6d43d369649711cece6057c8fe2758a5a89 Mon Sep 17 00:00:00 2001 From: Oleksandr T Date: Mon, 3 Jun 2024 00:22:02 +0300 Subject: [PATCH 1/2] fix(80474): use expression error on incomplete __array_exten

[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

2024-06-03 Thread Oleksandr T. via cfe-commits
https://github.com/a-tarasyuk updated https://github.com/llvm/llvm-project/pull/94173 >From b4f5d6d43d369649711cece6057c8fe2758a5a89 Mon Sep 17 00:00:00 2001 From: Oleksandr T Date: Mon, 3 Jun 2024 00:22:02 +0300 Subject: [PATCH 1/2] fix(80474): use expression error on incomplete __array_exten

[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

2024-06-03 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. I've edited the title of the PR (which is then used as commit message) Please follow that style in the future (see also https://llvm.org/docs/DeveloperPolicy.html#commit-messages) The change itself looks fine, thanks! https://github.com/l

[clang] [Clang] Fix crash on improper use of __array_extent (PR #94173)

2024-06-03 Thread via cfe-commits
https://github.com/cor3ntin edited https://github.com/llvm/llvm-project/pull/94173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits