Skip to content
Commit 0f107e43 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 2ff757d4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment