llvm-project
837b2d46 - [[gnu::nonstring]] should work on pointers too (#150974)

Commit
99 days ago
[[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
Author
Parents
Loading