Skip to content
Commit 45a5b5eb authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Add a FoldingSetVector datastructure which is analogous to a SetVector,

but using a FoldingSet underneath and with a largely compatible
interface to that of FoldingSet. This can be used anywhere a FoldingSet
would be natural, but iteration order is significant. The initial
intended use case is in Clang's template specialization lists to
preserve instantiation order iteration.

llvm-svn: 156131
parent 440b2674
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment