Module Name:    src
Committed By:   rillig
Date:           Sun Feb 28 01:06:57 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: msg_153.c msg_153.exp msg_229.c
            msg_229.exp
        src/usr.bin/xlint/lint1: err.c tree.c

Log Message:
lint: make messages for incompatible pointers more specific

Message 153 didn't state obviously which of the pointer types was the
one before conversion (or cast) and which was the resulting type.

Message 229 didn't have any type information at all.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_153.c \
    src/tests/usr.bin/xlint/lint1/msg_229.c
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_153.exp \
    src/tests/usr.bin/xlint/lint1/msg_229.exp
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.222 -r1.223 src/usr.bin/xlint/lint1/tree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to