Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sat Jan 30 17:56:29 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: msg_189.c msg_189.exp msg_191.c
            msg_191.exp msg_192.c msg_192.exp msg_193.c msg_193.exp msg_194.c
            msg_194.exp msg_231.c msg_231.exp
        src/usr.bin/xlint/lint1: err.c

Log Message:
lint: remove message 189, add tests for a few other messages

Message 189 would have applied to traditional C and was supposed to
detect assignments between struct and union types.  The corresponding
check had never been implemented though.

Traditional C has been superseded for 30 years now, therefore there is no
point in adding this check retroactively.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/xlint/lint1/msg_189.c \
    src/tests/usr.bin/xlint/lint1/msg_189.exp \
    src/tests/usr.bin/xlint/lint1/msg_191.c \
    src/tests/usr.bin/xlint/lint1/msg_191.exp \
    src/tests/usr.bin/xlint/lint1/msg_192.c \
    src/tests/usr.bin/xlint/lint1/msg_192.exp \
    src/tests/usr.bin/xlint/lint1/msg_193.c \
    src/tests/usr.bin/xlint/lint1/msg_193.exp \
    src/tests/usr.bin/xlint/lint1/msg_194.c \
    src/tests/usr.bin/xlint/lint1/msg_194.exp \
    src/tests/usr.bin/xlint/lint1/msg_231.c \
    src/tests/usr.bin/xlint/lint1/msg_231.exp
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/xlint/lint1/err.c

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




Home | Main Index | Thread Index | Old Index