[cfe-commits] r65385 - in /cfe/trunk: lib/Sema/Sema.h lib/Sema/SemaDecl.cpp test/Sema/var-redecl.c test/Sema/vla.c
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Feb 25 11:31:29 PST 2009
Douglas Gregor wrote:
> I know there are ways around this problem: each namespace (including
> the global scope) could have a map from names to "known but non-
> visible" declarations within that namespace,
It would be nice to have this functionality, since friend declarations
have similar status.
Sebastian
More information about the cfe-commits
mailing list