mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 22:54:50 +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
3.1 KiB
3.1 KiB