Implements StringRef::compare with bounds. It is behaves similarly to strncmp()....
authorLenny Maiorani <lenny@colorado.edu>
Fri, 15 Apr 2011 17:56:50 +0000 (17:56 +0000)
committerLenny Maiorani <lenny@colorado.edu>
Fri, 15 Apr 2011 17:56:50 +0000 (17:56 +0000)
commit437ef0cfb74102208d6e96ff7e7f1204835e66f3
tree54e728995aa94004e9168115304357cd2b0ed00c
parent44b7ae2355a32035ea286555736d173755a1c5e2
Implements StringRef::compare with bounds. It is behaves similarly to strncmp(). Unit tests also included.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129582 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h
lib/Support/StringRef.cpp
unittests/ADT/StringRefTest.cpp