Add _Nonnull as a type qualifier #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can you point me at information about this qualifier? Is it standard?
Non-standard, it's clang only: https://clang.llvm.org/docs/AttributeReference.html#nonnull
Across the various compilers, there's a lot of non-standard pieces of syntax. I don't think I want to include all of those in this grammar.
Pull request closed