* [git pull] misc fixes
@ 2007-07-28 23:57 Al Viro
2007-07-29 8:11 ` Josh Triplett
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-07-28 23:57 UTC (permalink / raw)
To: linux-sparse
Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/sparse.git
local15.
A bunch of bug fixes + more typechecking sanitized.
Contents:
add __builtin_strlen()
no such thing as array of functions
new helper: unfoul()
handling of typeof in evaluate_member_dereference()
file and global scopes are the same for purposes of struct redefining
...,array should degenerate
sanitize evaluate_ptr_add(), start checking for pointers to functions
fix evaluate_compare()
sanitize evaluate_postop()
saner -Wtypesign
braino in conditional_expression()
Diffstat:
evaluate.c | 170 +++++++++++++++++++++++-----------------
expression.c | 2 +-
lib.c | 1 +
parse.c | 2 +-
scope.c | 10 +++
scope.h | 1 +
validation/comma.c | 10 +++
validation/member_of_typeof.c | 14 ++++
validation/outer-scope.c | 19 +++++
9 files changed, 155 insertions(+), 74 deletions(-)
create mode 100644 validation/comma.c
create mode 100644 validation/member_of_typeof.c
create mode 100644 validation/outer-scope.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-29 8:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 23:57 [git pull] misc fixes Al Viro
2007-07-29 8:11 ` Josh Triplett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox