[llvm-commits] [llvm] r87058 - in /llvm/trunk: include/llvm/ADT/StringRef.h lib/Support/StringExtras.cpp unittests/ADT/StringRefTest.cpp

Chris Lattner clattner at apple.com
Thu Nov 12 17:31:03 PST 2009


On Nov 12, 2009, at 5:24 PM, Rafael Espindola wrote:

> Author: rafael
> Date: Thu Nov 12 19:24:40 2009
> New Revision: 87058
>
> URL: http://llvm.org/viewvc/llvm-project?rev=87058&view=rev
> Log:
> Add a new split method to StringRef that puts the substrings in a  
> vector.

Any reason not to put them into a SmallVectorImpl?

-Chris




More information about the llvm-commits mailing list