[llvm-commits] [llvm] r55210 - in /llvm/trunk: include/llvm/ADT/FoldingSet.h lib/Support/FoldingSet.cpp

Dan Gohman gohman at apple.com
Fri Aug 22 18:35:07 PDT 2008


On Aug 22, 2008, at 6:07 PM, Chris Lattner wrote:

>
> On Aug 22, 2008, at 5:42 PM, Dan Gohman wrote:
>
>> Author: djg
>> Date: Fri Aug 22 19:42:16 2008
>> New Revision: 55210
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=55210&view=rev
>> Log:
>> Add a clear() method to FoldingSet.
>
> Does this delete the nodes in the folding set?

No. It's my understanding that FoldingSet doesn't own the nodes.

Dan




More information about the llvm-commits mailing list