=delete the StringRef(nullptr_t) constructor.
It's a guaranteed crash if you construct a StringRef with nullptr, so might as well delete the constructor that allows it. llvm-svn: 282116
Loading
Please sign in to comment
It's a guaranteed crash if you construct a StringRef with nullptr, so might as well delete the constructor that allows it. llvm-svn: 282116