index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
StringExtras.cpp
Age
Commit message (
Expand
)
Author
2010-01-18
Fix refacto reported by Nicolas Geoffray.
Benjamin Kramer
2010-01-11
Remove unused string functions.
Benjamin Kramer
2010-01-11
Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
Benjamin Kramer
2010-01-11
Turns out llvm-gcc still uses SplitString with a vector. Add it back until I
Benjamin Kramer
2010-01-11
Reimplement getToken and SplitString as "StringRef helper functions"
Benjamin Kramer
2009-11-13
Distinguish "a," from "a". The first one splits into "a" + "" and the second ...
Rafael Espindola
2009-11-13
Switch to smallvector. Also fix issue with using unsigend for MaxSplit.
Rafael Espindola
2009-11-13
Add a new split method to StringRef that puts the substrings in a vector.
Rafael Espindola
2009-10-17
Move UnescapeString to a static function for its sole client; its inefficient...
Daniel Dunbar
2009-10-17
Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.
Daniel Dunbar
2009-04-15
teach EscapeString and UnescapeString to handle ".
Chris Lattner
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-08-05
Escape some escapes that confuse doxygen.
Reid Spencer
2006-11-28
Add a helper function
Chris Lattner
2006-07-14
Add two helpers for escaping and unescaping strings.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-12-29
implement new getToken function
Chris Lattner