[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/80978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
Sirraide wrote: > LGTM, thanks! I don’t have commit access, so you or someone else would have to merge it https://github.com/llvm/llvm-project/pull/80978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. LGTM, thanks! https://github.com/llvm/llvm-project/pull/80978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/Sirraide updated https://github.com/llvm/llvm-project/pull/80978 >From 366651f687eb58ab1775e88da55b1489c118e874 Mon Sep 17 00:00:00 2001 From: Sirraide Date: Wed, 7 Feb 2024 12:49:18 +0100 Subject: [PATCH 1/2] [Clang][Sema] Fix out-of-bounds access --- clang/lib/Sema/SemaOv

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
Sirraide wrote: If you’re wondering what the force-pushes are about, first I forgot to run `git clang-format`, then I was also missing a newline at the end of the test file... https://github.com/llvm/llvm-project/pull/80978 ___ cfe-commits mailing lis

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/Sirraide updated https://github.com/llvm/llvm-project/pull/80978 >From 366651f687eb58ab1775e88da55b1489c118e874 Mon Sep 17 00:00:00 2001 From: Sirraide Date: Wed, 7 Feb 2024 12:49:18 +0100 Subject: [PATCH] [Clang][Sema] Fix out-of-bounds access --- clang/lib/Sema/SemaOverlo

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 390b99743bdd60649414fe470d7a9bacc9992231 9c32a0ad9b85328b34545c8ec3a47611ecb4cd72 --

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/Sirraide updated https://github.com/llvm/llvm-project/pull/80978 >From 673ecd846857075fd9c9f2a7cf5cb326e23abb06 Mon Sep 17 00:00:00 2001 From: Sirraide Date: Wed, 7 Feb 2024 12:49:18 +0100 Subject: [PATCH] [Clang][Sema] Fix out-of-bounds access --- clang/lib/Sema/SemaOverlo

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
Sirraide wrote: CC @AaronBallman https://github.com/llvm/llvm-project/pull/80978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (Sirraide) Changes Trying to compile a C-style variadic member function with an explicit object parameter was crashing in Sema because of an out-of-bounds access. This fixes #80971. --- Full diff: https://github.com/llvm/llvm-projec

[clang] [Clang][Sema] Fix out-of-bounds access (PR #80978)

2024-02-07 Thread via cfe-commits
https://github.com/Sirraide created https://github.com/llvm/llvm-project/pull/80978 Trying to compile a C-style variadic member function with an explicit object parameter was crashing in Sema because of an out-of-bounds access. This fixes #80971. >From 9c32a0ad9b85328b34545c8ec3a47611ecb4cd72