Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
lib
/
Support
/
StringExtras.cpp
bf8653f
Move the implementation of StringRef::split out of StringExtras.cpp
by Duncan Sands
· 13 years ago
c30a38f
move tier out of an anonymous namespace, it doesn't make sense
by Chris Lattner
· 14 years ago
4e7e2f5
Fix refacto reported by Nicolas Geoffray.
by Benjamin Kramer
· 16 years ago
7dd6107
Remove unused string functions.
by Benjamin Kramer
· 16 years ago
7462b5d
Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
by Benjamin Kramer
· 16 years ago
c30837d
Turns out llvm-gcc still uses SplitString with a vector. Add it back until I
by Benjamin Kramer
· 16 years ago
d4f1959
Reimplement getToken and SplitString as "StringRef helper functions"
by Benjamin Kramer
· 16 years ago
20fd4ec
Distinguish "a," from "a". The first one splits into "a" + "" and the second one into
by Rafael Espindola
· 16 years ago
c78c0c9
by Rafael Espindola
· 16 years ago
5ccac24
Add a new split method to StringRef that puts the substrings in a vector.
by Rafael Espindola
· 16 years ago
9bd3460
Move UnescapeString to a static function for its sole client; its inefficient and broken.
by Daniel Dunbar
· 16 years ago
ca107c5
Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.
by Daniel Dunbar
· 16 years ago
d7fd212
teach EscapeString and UnescapeString to handle ".
by Chris Lattner
· 16 years ago
34cd4a4
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 17 years ago
ae9f3a3
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c69b0dd
Escape some escapes that confuse doxygen.
by Reid Spencer
· 18 years ago
d5b58c2
Add a helper function
by Chris Lattner
· 19 years ago
53eca94
Add two helpers for escaping and unescaping strings.
by Chris Lattner
· 19 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
872ccce
implement new getToken function
by Chris Lattner
· 22 years ago