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: Wed Nov 13 03:43:00 UTC 2024
Modified Files:
src/tests/usr.bin/xlint/lint1: gcc_attribute_func.c msg_217.c
src/usr.bin/xlint/common: tyname.c
src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h func.c
lint1.h
Log Message:
lint: handle _Noreturn, [[noreturn]] and __attribute__((__noreturn__))
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/gcc_attribute_func.c
cvs rdiff -u -r1.13 -r1.14 src/tests/usr.bin/xlint/lint1/msg_217.c
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/xlint/common/tyname.c
cvs rdiff -u -r1.513 -r1.514 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.407 -r1.408 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.233 -r1.234 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.187 -r1.188 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.228 -r1.229 src/usr.bin/xlint/lint1/lint1.h
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