Add a MapVector class. It provides a regular set iteration, but
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Sep 2012 18:43:21 +0000 (18:43 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Sep 2012 18:43:21 +0000 (18:43 +0000)
commit99c2acbb0564d716ec0f602efe03d0b3bec80fc6
tree33182a00a50b122cedfd6fc614967357fd2b0431
parent5d311039746418708fc4b2f15a44dadb2a61374b
Add a MapVector class. It provides a regular set iteration, but
also provides a insertion order iteration over the values.

llvm-svn: 164157
llvm/include/llvm/ADT/MapVector.h [new file with mode: 0644]