[clang] [Clang] Fix assertion when __block is used on global variables in C mode (PR #183988)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 08:15:00 PDT 2026
TPPPP72 wrote:
@nico This wasn't an intentional change, but it seems my code modification has indeed caused some side effects. I suspect it might be because my check on `hasLocalStorage()` was too aggressive. I'll fix it as soon as I find the specific cause.
https://github.com/llvm/llvm-project/pull/183988
More information about the cfe-commits
mailing list