sparse: ignore __assume_aligned__ attribute
commitffc860be91930f52f14193f9ee4166931e2e8fab
authorLance Richardson <lrichard@redhat.com>
Wed, 28 Sep 2016 18:41:05 +0000 (28 14:41 -0400)
committerChristopher Li <sparse@chrisli.org>
Thu, 13 Oct 2016 11:13:15 +0000 (13 04:13 -0700)
treed1ab4e60ba3456682e9961afd0e757eb8e1deb42
parent65f90e77057687ad5a6e8196d99aaf93bd0f5443
sparse: ignore __assume_aligned__ attribute

The __assume_aligned__ attribute can be safely ignored, add it
to the list of ignored attributes and add a test to verify that
this attribute is ignored.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c
validation/attr_aligned.c [new file with mode: 0644]