Sean Callanan ddd7a2a65b Changed the bool conversion operator on ConstString
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
2013-10-03 22:27:29 +00:00
..
2013-09-25 10:37:32 +00:00
2013-04-24 21:29:08 +00:00
2013-08-28 12:14:27 +00:00
2013-08-28 12:14:27 +00:00