commit | f5526fc0138ee7f5a1c13d0eac196b24da33e1c1 | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Wed Mar 30 19:54:56 2016 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Wed Mar 30 19:54:56 2016 +0000 |
tree | 160d4f5e75b60acb5bc82f28f91758a4cc70fb74 | |
parent | dfdada0adbe1422dcff34fa3a2bdc8505fa0fd0f [diff] |
Add a copy constructor to StringMap There is code under review that requires StringMap to have a copy constructor, and this makes StringMap more consistent with our other containers (like DenseMap) that have copy constructors. Differential Revision: http://reviews.llvm.org/D18506 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264906 91177308-0d34-0410-b5e6-96231b3b80d8