[all-commits] [llvm/llvm-project] 479743: [clang][NFC] Increase NumStmtBits by 1 as we are a...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Thu Dec 19 12:32:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4797437463e63ee289a1ff1904cfb7b2fe6cb4c2
https://github.com/llvm/llvm-project/commit/4797437463e63ee289a1ff1904cfb7b2fe6cb4c2
Author: Ziqing Luo <ziqing at udel.edu>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M clang/include/clang/AST/Stmt.h
Log Message:
-----------
[clang][NFC] Increase NumStmtBits by 1 as we are approaching the limit (#120341)
We have already hit the limit of NumStmtBits downstream after
010d0115fc8e3834fc6f747f0841f3b1e467c4da, which adds 4 new StmtNodes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list