StringRef(const char*) should not be used to turn null pointers into empty
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Nov 2009 21:26:11 +0000 (21:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Nov 2009 21:26:11 +0000 (21:26 +0000)
commit89fccca4b01f148a7244f47e5a484cd793a1c30b
treea4c8a572fe0c307dc0d8e60208154dd004309fff
parent6bedb302209b3d57805b7306847b4ca3366d8a26
StringRef(const char*) should not be used to turn null pointers into empty
strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87031 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h