[clang] [Clang][NFC] Fix out-of-bounds access (PR #77193)
Krystian Stasiowski via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 8 07:19:41 PST 2024
================
@@ -1215,7 +1215,7 @@ class CFG {
//===--------------------------------------------------------------------===//
class BuildOptions {
- std::bitset<Stmt::lastStmtConstant> alwaysAddMask;
----------------
sdkrystian wrote:
@ymand Fair enough, I added one.
https://github.com/llvm/llvm-project/pull/77193
More information about the cfe-commits
mailing list