[cfe-commits] r98806 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CXX/class.access/p4.cpp
Douglas Gregor
dgregor at apple.com
Thu Mar 18 07:35:08 PDT 2010
On Mar 17, 2010, at 11:42 PM, John McCall wrote:
> Author: rjmccall
> Date: Thu Mar 18 01:42:38 2010
> New Revision: 98806
>
> URL: http://llvm.org/viewvc/llvm-project?rev=98806&view=rev
> Log:
> Redeclaration lookups for parameter names should be flagged as redeclaration lookups
> so they don't trigger diagnostics like (say) access control.
FYI, you also fixed PR6609 with this change.
- Doug
More information about the cfe-commits
mailing list