#
5639af4e |
| 31-Dec-2009 |
Douglas Gregor <dgregor@apple.com> |
Document the edit-distance algorithm used in StringRef, switch it over to SmallVector, and add a unit test.
llvm-svn: 92340
|
#
165882c2 |
| 30-Dec-2009 |
Douglas Gregor <dgregor@apple.com> |
Implement edit distance for StringRef
llvm-svn: 92309
|
#
956c1581 |
| 19-Nov-2009 |
Daniel Dunbar <daniel@zuster.org> |
Use StringRef::min instead of std::min.
llvm-svn: 89372
|
#
68e4945c |
| 12-Nov-2009 |
Benjamin Kramer <benny.kra@googlemail.com> |
Add compare_lower and equals_lower methods to StringRef. Switch all users of StringsEqualNoCase (from StringExtras.h) to it.
llvm-svn: 87020
|
#
9806e4ab |
| 11-Nov-2009 |
Daniel Dunbar <daniel@zuster.org> |
Add From arguments to StringRef search functions, and tweak doxyments.
Also, add unittests for find_first_of and find_first_not_of.
llvm-svn: 86770
|
#
ad36e8ac |
| 06-Nov-2009 |
Daniel Dunbar <daniel@zuster.org> |
Pass StringRef by value.
llvm-svn: 86251
|
Revision tags: llvmorg-2.6.0 |
|
#
c827d9ee |
| 22-Sep-2009 |
Daniel Dunbar <daniel@zuster.org> |
Workaround what I believe is an MSVC bug where it emits a definition for a static const class member into each translation unit, with external linkage??? - If someone understands this issue better,
Workaround what I believe is an MSVC bug where it emits a definition for a static const class member into each translation unit, with external linkage??? - If someone understands this issue better, please clue me in, I haven't consulted the standard yet.
llvm-svn: 82516
show more ...
|
#
5a3a8542 |
| 20-Sep-2009 |
Chris Lattner <sabre@nondot.org> |
simplify as daniel suggests
llvm-svn: 82415
|
#
372a8ae4 |
| 20-Sep-2009 |
Chris Lattner <sabre@nondot.org> |
move a couple non-trivial methods out of line, add new find_first_of/find_first_of methods.
llvm-svn: 82347
|
#
84c1527b |
| 19-Sep-2009 |
Chris Lattner <sabre@nondot.org> |
add some more overloads of StringRef::getAsInteger for common and useful integer types.
llvm-svn: 82338
|
#
68ee7003 |
| 19-Sep-2009 |
Chris Lattner <sabre@nondot.org> |
provide a "strtoull" operation that works on StringRef's.
llvm-svn: 82322
|
#
44981687 |
| 16-Sep-2009 |
Daniel Dunbar <daniel@zuster.org> |
Add StringRef::{rfind, rsplit}
llvm-svn: 82087
|