Skip to content
Commit 4093afda authored by Chris Lattner's avatar Chris Lattner
Browse files

Disable the StringMapEntry copy constructor, to make sure we

reject things like: "for (auto Entry : SomeStringMap)".  Previously
this would copy the value but not the tail allocated string data
(the key).

llvm-svn: 182713
parent 80cbcd2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment