[cfe-dev] [cfe-commits] r67867 - /cfe/trunk/lib/AST/ASTContext.cpp

Douglas Gregor dgregor at apple.com
Fri Mar 27 15:25:08 PDT 2009


On Mar 27, 2009, at 2:32 PM, Sebastian Redl wrote:

> Eli Friedman wrote:
>> On Fri, Mar 27, 2009 at 2:11 PM, Sebastian Redl
>> <sebastian.redl at getdesigned.at> wrote:
>>
>>> Eli Friedman wrote:
>>>
>>>> Fix test failures caused by reading memory after freeing it.  My  
>>>> fix is
>>>> rather nasty, but I can't think of a better fix off the top of my  
>>>> head.
>>>>
>>>>
>>> What change introduced the failures?
>>>
>>
>> I haven't checked, but probably r67799.
>>
> That was the last commit to NestedNameSpecifier, so you're probably  
> right.
>
> Doug, care to take a look?

Looks like I did something dumb here; you can't iterate through a  
folding set and delete its elements at the same time! I'll clean this  
up as soon as I get a chance.

	- Doug



More information about the cfe-dev mailing list