Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement edit distance for StringRef | Douglas Gregor | 2009-12-30 | 1 | -0/+31 | |
| | | | | llvm-svn: 92309 | |||||
* | Use StringRef::min instead of std::min. | Daniel Dunbar | 2009-11-19 | 1 | -5/+5 | |
| | | | | llvm-svn: 89372 | |||||
* | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer | 2009-11-12 | 1 | -0/+20 | |
| | | | | | | StringsEqualNoCase (from StringExtras.h) to it. llvm-svn: 87020 | |||||
* | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar | 2009-11-11 | 1 | -9/+24 | |
| | | | | | | Also, add unittests for find_first_of and find_first_not_of. llvm-svn: 86770 | |||||
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 | |
| | | | | llvm-svn: 86251 | |||||
* | Workaround what I believe is an MSVC bug where it emits a definition for a | Daniel Dunbar | 2009-09-22 | 1 | -0/+3 | |
| | | | | | | | | 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 | |||||
* | simplify as daniel suggests | Chris Lattner | 2009-09-20 | 1 | -16/+9 | |
| | | | | llvm-svn: 82415 | |||||
* | move a couple non-trivial methods out of line, add new | Chris Lattner | 2009-09-20 | 1 | -0/+71 | |
| | | | | | | find_first_of/find_first_of methods. llvm-svn: 82347 | |||||
* | add some more overloads of StringRef::getAsInteger for | Chris Lattner | 2009-09-19 | 1 | -0/+45 | |
| | | | | | | common and useful integer types. llvm-svn: 82338 | |||||
* | provide a "strtoull" operation that works on StringRef's. | Chris Lattner | 2009-09-19 | 1 | -0/+63 | |
| | | | | llvm-svn: 82322 | |||||
* | Add StringRef::{rfind, rsplit} | Daniel Dunbar | 2009-09-16 | 1 | -0/+13 | |
llvm-svn: 82087 |