[cfe-commits] [Patch] Fix PR10270, null ptr deref in ActOnCXXConditionDeclaration

Douglas Gregor dgregor at apple.com
Tue Jul 5 09:17:00 PDT 2011


On Jul 5, 2011, at 3:43 AM, Hans Wennborg wrote:

> This should fix PR10270. I'm not very familiar with the parser code,
> so please take a look.
> 
> ActOnCXXConditionDeclaration should take into account that
> ActOnDeclarator can return NULL. It seems this regressed in r133984.

Committed as r134416, thanks!

	- Doug



More information about the cfe-commits mailing list