[cfe-commits] [PATCH] DeclBase: remove unnamed named decls

Douglas Gregor dgregor at apple.com
Fri Aug 26 07:05:18 PDT 2011


On Aug 26, 2011, at 6:16 AM, Axel Naumann wrote:

> Hi,
> 
> the lookup map is unhappy when removing a named decl that happens to not
> have a name. Attached two liner (incl 50% comments!) fixes this. I'm
> asking because I know that decl removal is a sensitive topic :-) and
> because this cannot happen in clang's code path: removeDecl() is only
> called with named decls.
> 
> If there are no objections I'll commit it next week.


This is fine.

	- Doug



More information about the cfe-commits mailing list