Don't warn about dereferences to noderef pointers - we don't know yet
commitf9aed739613e5ff1646fe97dfbd37a05849461d2
authorLinus Torvalds <torvalds@home.transmeta.com>
Wed, 9 Apr 2003 20:01:54 +0000 (9 13:01 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:24 +0000 (7 21:00 -0700)
tree0ec0b10815294e7cbf7b26877adec540450d22f4
parentd603439515efadad7ea077b0408d302a72f19066
Don't warn about dereferences to noderef pointers - we don't know yet
if it will end up being a _real_ dereference (it might be undone by the
addressof operator).

Make a failed argument evaluation fail the whole call evaluation - to
make sure that if we evaluate a call it will have been totally successful.

Make member dereference expression types get the full modifier state.
evaluate.c