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)
commit25f9fc58511807f712d7789a09157da2986f52d1
tree8ae094850d5e8cd3220f7eb3c9003a743f6c6fbe
parente32cd94b47156efadb7afd768073d662bd3a22d1
Add StringRef class, with fixes.

llvm-svn: 76543
llvm/include/llvm/ADT/StringRef.h [new file with mode: 0644]
llvm/unittests/ADT/StringRefTest.cpp [new file with mode: 0644]