Benjamin Kramer aee60d4d42 DenseMap: Provide a move ctor and move semantics for operator[] and FindAndConstruct.
The only missing part is insert(), which uses a pair of parameters and I haven't
figured out how to convert it to rvalue references. It's now possible to use a
DenseMap with std::unique_ptr values :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157539 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-27 17:38:30 +00:00
..
2011-07-21 23:03:59 +00:00
2011-03-01 22:07:32 +00:00
2012-03-14 22:36:10 +00:00
2012-05-11 23:34:39 +00:00
2012-02-05 22:14:15 +00:00
2012-02-05 22:14:15 +00:00
2012-05-19 19:32:11 +00:00