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 Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
Make-lang.in
Makefile.in
NEWS
call.c
class.c
config-lang.in
cp-tree.def
cp-tree.h
cvt.c
decl.c
decl.h
decl2.c
errfn.c
error.c
except.c
exception.cc
expr.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
friend.c
g++.1
g++FAQ.texi
g++spec.c
gxx.gperf
gxxint.texi
hash.h
init.c
input.c
lang-options.h
lang-specs.h
lex.c
lex.h
method.c
new.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
new1.cc
new2.cc
parse.y
pt.c
ptree.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
repo.c
rtti.c
search.c
semantics.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
sig.c
spew.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
tinfo.cc
tinfo.h
tinfo2.cc
tree.c
typeck.c
typeck2.c
xref.c