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 Mar 18 06:17:55 UTC 2026
Modified Files:
src/tests/usr.bin/xlint/lint1: c11_generic_expression.c
src/usr.bin/xlint/lint1: cgram.y ckctype.c externs1.h lint1.h tree.c
Log Message:
lint: in _Generic expressions, only evaluate the matching branches
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 \
src/tests/usr.bin/xlint/lint1/c11_generic_expression.c
cvs rdiff -u -r1.537 -r1.538 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/xlint/lint1/ckctype.c
cvs rdiff -u -r1.244 -r1.245 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.239 -r1.240 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.703 -r1.704 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.
Home |
Main Index |
Thread Index |
Old Index