diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-07-28 11:53:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 11:53:33 -0400 |
commit | 837b2d464ff16fe0d892dcf2827747c97dd5465e (patch) | |
tree | ba847abf7460273eba3a320e56aa2c25752885bc /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6a45697fa63828c3ad90e2def12dae39b7e83dc5 (diff) | |
download | llvm-837b2d464ff16fe0d892dcf2827747c97dd5465e.zip llvm-837b2d464ff16fe0d892dcf2827747c97dd5465e.tar.gz llvm-837b2d464ff16fe0d892dcf2827747c97dd5465e.tar.bz2 |
[[gnu::nonstring]] should work on pointers too (#150974)
Clang's current implementation only works on array types, but GCC (which
is where we got this attribute) supports it on pointers as well as
arrays.
Fixes #150951
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions