Displaying 2 results from an estimated 2 matches for "0d0e5d9d".
2012 Sep 05
0
[LLVMdev] /llvm/include/ADT/Trie.h?
Delete it. =] Thanks.
On Tue, Sep 4, 2012 at 9:53 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
> In a discussion on IRC, Micheal was complaining about the semantics of
> StringSet, specifically how the iterators work.
>
> DannyB mentioned that we have a Trie class, so I decided to check it out.
> Lo and behold, I couldn't find _any_ uses of it, and when I deleted
2012 Sep 05
3
[LLVMdev] /llvm/include/ADT/Trie.h?
In a discussion on IRC, Micheal was complaining about the semantics of StringSet, specifically how the iterators work.
DannyB mentioned that we have a Trie class, so I decided to check it out.
Lo and behold, I couldn't find _any_ uses of it, and when I deleted it from my system and did a clean rebuild, everything was fine.
Looking at the log, the last substantial change to this class was in