Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
lib
/
Support
/
StringExtras.cpp
bfdd13b
Fix refacto reported by Nicolas Geoffray.
by Benjamin Kramer
· 16 years ago
18b68fd
Remove unused string functions.
by Benjamin Kramer
· 16 years ago
ccb3382
Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
by Benjamin Kramer
· 16 years ago
5729c50
Turns out llvm-gcc still uses SplitString with a vector. Add it back until I
by Benjamin Kramer
· 16 years ago
3601d1b
Reimplement getToken and SplitString as "StringRef helper functions"
by Benjamin Kramer
· 16 years ago
ce91e0a
Distinguish "a," from "a". The first one splits into "a" + "" and the second one into
by Rafael Espindola
· 16 years ago
3d49596
by Rafael Espindola
· 16 years ago
76af158
Add a new split method to StringRef that puts the substrings in a vector.
by Rafael Espindola
· 16 years ago
826b380
Move UnescapeString to a static function for its sole client; its inefficient and broken.
by Daniel Dunbar
· 16 years ago
8c5f301
Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.
by Daniel Dunbar
· 16 years ago
688adfd
teach EscapeString and UnescapeString to handle ".
by Chris Lattner
· 16 years ago
591bfc8
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 17 years ago
357a27d
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c743f49
Escape some escapes that confuse doxygen.
by Reid Spencer
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago