Add StringRef class, with fixes.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Jul 2009 07:28:51 +0000 (07:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Jul 2009 07:28:51 +0000 (07:28 +0000)
commit4cf95d75c65f37677d306952b0d2306bc6d20b1f
tree28f49f2604ed996dc231adc6548d424129abf429
parent05717f9a80635ed35104212171e0d30e21309534
Add StringRef class, with fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76543 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h [new file with mode: 0644]
unittests/ADT/StringRefTest.cpp [new file with mode: 0644]