https://github.com/qedawkins closed
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sdkrystian wrote:
@qedawkins Ah, I should have clarified... I will need someone with write access
to merge this :)
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
qedawkins wrote:
(kind ping) Any eta on landing this? It would be nice to have the fix
downstream; do you need help from someone with merge access?
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
benvanik wrote:
just hit this too and was about to submit the same fix - thanks for doing this!
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
@@ -1215,7 +1215,7 @@ class CFG {
//======//
class BuildOptions {
-std::bitset alwaysAddMask;
sdkrystian wrote:
@ymand Fair enough, I added one.
https://github.com/llvm/llvm-project
https://github.com/sdkrystian updated
https://github.com/llvm/llvm-project/pull/77193
>From b737ce548ad554bc351820cedd693b9f8737be45 Mon Sep 17 00:00:00 2001
From: Krystian Stasiowski
Date: Sat, 6 Jan 2024 07:26:06 -0500
Subject: [PATCH] [Clang][NFC] Fix out-of-bounds access
---
clang/include
https://github.com/ymand edited https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -1215,7 +1215,7 @@ class CFG {
//======//
class BuildOptions {
-std::bitset alwaysAddMask;
ymand wrote:
Maybe add a comment explaining the new size? I see why it might be obvious,
https://github.com/ymand approved this pull request.
Thanks!
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/sdkrystian edited
https://github.com/llvm/llvm-project/pull/77193
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Krystian Stasiowski (sdkrystian)
Changes
The changes to tablegen made by https://github.com/llvm/llvm-project/pull/76825
result in `StmtClass::lastStmtConstant` changing from
`StmtClass::WhileStmtClass` to `StmtClass::GCCAsmStmtClass`. Si
https://github.com/sdkrystian created
https://github.com/llvm/llvm-project/pull/77193
The changes to tablegen made by https://github.com/llvm/llvm-project/pull/76825
result in `StmtClass::lastStmtConstant` changing from
`StmtClass::WhileStmtClass` to `StmtClass::GCCAsmStmtClass`. Since
`CFG::
12 matches
Mail list logo