mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
to be explicit, to prevent horrid things like
std::string a = ConstString("foo")
from taking the path ConstString -> bool -> char
-> std::string.
This fixes, among other things, ClangFunction.
<rdar://problem/15137989>
llvm-svn: 191934