NetBSD/gnu/dist/gcc/cp
sommerfeld ac07e85117 Enhanced format checking, mk II:
New option -Wno-format-extra-args : suppress warning for:
	printf("foo", bar);
since that isn't interesting from the POV of this audit, and it's more
common than most in some code.

also, do format args checking for
	printf(Aflag ? "format 1: %s" : "format 2: %s", bar);
albeit in a half-hearted way for now (just check the "then" case)
2000-10-05 13:08:57 +00:00
..
inc
call.c
class.c
config-lang.in
cp-tree.def
cp-tree.h
cvt.c
decl2.c
decl.c
decl.h
errfn.c
error.c
except.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
exception.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
expr.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
friend.c
g++.1 Resolve conflicts, fix up c-common, and clean up import of egcs 1.1. 1998-08-16 20:41:00 +00:00
g++FAQ.texi Add Info directory entry. 1999-02-11 15:57:31 +00:00
g++spec.c
gxx.gperf
gxxint.texi
hash.h
init.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
input.c
lang-options.h
lang-specs.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
lex.c
lex.h initial import of the egcs 1.0.2 compiler 1998-03-29 08:14:27 +00:00
Make-lang.in Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
Makefile.in
method.c
new1.cc
new2.cc
new.cc
NEWS
parse.y Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
pt.c
ptree.c
repo.c
rtti.c
search.c
semantics.c
sig.c
spew.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
tinfo2.cc
tinfo.cc
tinfo.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
tree.c
typeck2.c
typeck.c
xref.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00