diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-03-20 08:03:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 08:03:52 -0400 |
commit | c65fa9163e47af5e86b2a187dd45ae665cf5a996 (patch) | |
tree | 6ea991bff2dcebbd627fd0ca2f7d6759b8753d82 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8c6f309023a9c5b6d8488e89ed0be8da7d117a68 (diff) | |
download | llvm-c65fa9163e47af5e86b2a187dd45ae665cf5a996.zip llvm-c65fa9163e47af5e86b2a187dd45ae665cf5a996.tar.gz llvm-c65fa9163e47af5e86b2a187dd45ae665cf5a996.tar.bz2 |
[C23] Fix compound literals within function prototype (#132097)
WG14 N2819 clarified that a compound literal within a function prototype
has a lifetime similar to that of a local variable within the function,
not a file scope variable.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions