saner warnings for restricted types
commit8ad1087c5947c49dafb7566df32c86b1eb51ccc4
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 22 Feb 2008 23:05:15 +0000 (22 23:05 +0000)
committerJosh Triplett <josh@freedesktop.org>
Thu, 3 Apr 2008 20:32:01 +0000 (3 13:32 -0700)
treedd3ca3926fa20f010f587ce6e89ed710161a21ab
parenta02aeb329d5a8f9047c0b75b7e7f64ee2db3ffcf
saner warnings for restricted types

* don't crap the type->ident for unsigned int just because somebody did
typedef unsigned int x;
  only structs, unions, enums and restricted types need it.
* generate saner warnings for restricted, include type name(s) into them.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c
parse.c
show-parse.c