summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/StringRefTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-171-0/+6
| | | | | | | - I plan on fixing/workarounding this, but until then I'd like the bots to stay green. llvm-svn: 89077
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ↵Rafael Espindola2009-11-131-0/+5
| | | | | | | | one into "a" + 0. llvm-svn: 87084
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-131-2/+3
| | | | llvm-svn: 87068
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-131-0/+75
| | | | llvm-svn: 87058
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-111-0/+10
| | | | | | Also, add unittests for find_first_of and find_first_not_of. llvm-svn: 86770
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-42/+90
| | | | llvm-svn: 82087
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-0/+1
| | | | llvm-svn: 79356
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+7
| | | | llvm-svn: 79354
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-111-0/+7
| | | | | | Also, regroup functions. llvm-svn: 78712
* 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