NetBSD-Bugs archive

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

PR/22119 CVS commit: src



The following reply was made to PR toolchain/22119; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/22119 CVS commit: src
Date: Fri, 1 Apr 2022 22:28:21 +0000

 Module Name:	src
 Committed By:	rillig
 Date:		Fri Apr  1 22:28:21 UTC 2022
 
 Modified Files:
 	src/tests/usr.bin/xlint/lint1: d_pr_22119.c d_pr_22119.exp
 	    decl_direct_abstract.c decl_direct_abstract.exp msg_155.c
 	    msg_155.exp
 	src/usr.bin/xlint/lint1: decl.c tree.c
 
 Log Message:
 lint: improve determination of abstract typename
 
 Still not perfect, but at least a step in the right direction.  See
 decl_direct_abstract.c for the missing edge cases.
 
 See PR#22119.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/d_pr_22119.c \
     src/tests/usr.bin/xlint/lint1/decl_direct_abstract.exp
 cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/d_pr_22119.exp \
     src/tests/usr.bin/xlint/lint1/decl_direct_abstract.c
 cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/xlint/lint1/msg_155.c
 cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/xlint/lint1/msg_155.exp
 cvs rdiff -u -r1.256 -r1.257 src/usr.bin/xlint/lint1/decl.c
 cvs rdiff -u -r1.412 -r1.413 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