mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
It was returning const std::string& which was leading to
unnecessary copies all over the place, and preventing people
from doing things like Dict->GetValueForKeyAsString("foo", ref);
llvm-svn: 302875