Allow forced attribute in function argumentv0.4.5-rc1
commit5449cfbfe55eea2a602a40122c122b5040d67243
authorChristopher Li <sparse@chrisli.org>
Fri, 26 Apr 2013 01:09:43 +0000 (25 18:09 -0700)
committerChristopher Li <sparse@chrisli.org>
Fri, 26 Apr 2013 15:27:41 +0000 (26 08:27 -0700)
tree5338288223e6433c0c805f4d54665ca034191ee5
parent9aadf85a29be2a74e46fc67b5313d41aee81dac7
Allow forced attribute in function argument

It will indicate this argument will skip the type compatible check.
It allow PTR_ERR() to accept __iomem pointer without complaining.

Signed-off-by: Christopher Li <sparse@chrisli.org>
evaluate.c
parse.c
symbol.h
validation/fored_arg.c [new file with mode: 0644]