[Support/StringRef] Add find_last_not_of and {r,l,}trim.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 11 May 2012 22:08:50 +0000 (22:08 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 11 May 2012 22:08:50 +0000 (22:08 +0000)
commitb0940b46edbbe9d3f62d7f6f70330fd87f3507e1
tree3b2c5e9cf13c8ae42336d7a065564d31da172508
parent9df5ec3984c6197939e5a9b1d3b893e909ca0632
[Support/StringRef] Add find_last_not_of and {r,l,}trim.

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