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
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 Enhanced format checking, mk II: 2000-10-05 13:08:57 +00:00
errfn.c
error.c
except.c
exception.cc
expr.c
friend.c
g++.1
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
input.c
lang-options.h
lang-specs.h
lex.c
lex.h
method.c
new.cc
new1.cc
new2.cc
parse.y
pt.c
ptree.c
repo.c
rtti.c Import egcs 1.1.1 (release). 1998-12-13 00:04:06 +00:00
search.c
semantics.c
sig.c
spew.c
tinfo.cc
tinfo.h
tinfo2.cc
tree.c Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
typeck.c
typeck2.c Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
xref.c