llvm-project
837b2d46
- [[gnu::nonstring]] should work on pointers too (#150974)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#150974 - [[gnu::nonstring]] should work on pointers too
Author
AaronBallman
Parents
6a45697f
Loading