commit | 50083146f072b5f2bb6f614c2000b7244168101e | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Thu Dec 11 05:25:30 2014 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Thu Dec 11 05:25:30 2014 +0000 |
tree | 6c1e36c8e789cdec210f0b462abf54b0d4588f44 | |
parent | 0aac0703f89a07b0d32733ba360341d4cea621b8 [diff] |
Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle ownership and deletion of the values. Ideally we would store the MultiClasses by value directly in the maps, but I had some trouble with that before and this at least fixes the leak. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223997 91177308-0d34-0410-b5e6-96231b3b80d8