Add an insert() method to MapVector. Adds the first MapVector unit test.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 25 Jan 2013 22:11:02 +0000 (22:11 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 25 Jan 2013 22:11:02 +0000 (22:11 +0000)
commit476a6dab9f1caee281666dd718db1a438cae14f1
treeafa0d02617f43d36ac0215eeb05da137c6f6997e
parent699ad11c58161b719a6d9b05a7469631c77efce4
Add an insert() method to MapVector. Adds the first MapVector unit test.

llvm-svn: 173505
llvm/include/llvm/ADT/MapVector.h
llvm/unittests/ADT/MapVectorTest.cpp [new file with mode: 0644]