Remove bounded StringRef::compare() since nothing but Clang SA was using it...
Remove bounded StringRef::compare() since nothing but Clang SA was using it and it is just as easy to use StringRef::substr() preceding StringRef::compare() to achieve the same thing. llvm-svn: 130430
Loading
Please register or sign in to comment