summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/StringRefTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-261-0/+15
| | | | | | and efficient on a StringRef. llvm-svn: 77117
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-221-0/+6
| | | | llvm-svn: 76754
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-211-0/+12
| | | | llvm-svn: 76559
* Add StringRef class, with fixes.Daniel Dunbar2009-07-211-0/+59
llvm-svn: 76543
OpenPOWER on IntegriCloud