Add a new split method to StringRef that puts the substrings in a vector.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Nov 2009 01:24:40 +0000 (01:24 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Nov 2009 01:24:40 +0000 (01:24 +0000)
commit5ccac247263ab62975f3b72421fc783f10ccf5f6
treeee40658b6a24ab4b4cf1a96d3a6a4d02dc567a30
parentc1a07be185d50fb3201782e4c832356f612480fb
Add a new split method to StringRef that puts the substrings in a vector.

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