Relax __attribute_((nonnull)) checking to allow the attribute on functions...
Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn in this case, and the attribute is trivially satisfied (and benign). Fixes <rdar://problem/8364828>. llvm-svn: 113464
Loading
Please register or sign in to comment