Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
llvm
/
lib
/
Support
/
StringExtras.cpp
67d440b
Print quoted backslashes in LLVM IR as \\ instead of \5C
by Reid Kleckner
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
6f1da6e
[ADT] Replace std::isprint by llvm::isPrint.
by Michael Kruse
· 7 years ago
745918ff
[ADT] Make escaping fn conform to coding guidelines
by Jonas Devlieghere
· 7 years ago
f4ce54a
[dsymutil] Escape HTML special characters in plist.
by Jonas Devlieghere
· 7 years ago
d15b289
[Support] Move PrintEscapedString into the library its declaration is in
by Benjamin Kramer
· 8 years ago
26d6fc1
[Support] Merge toLower / toUpper implementations
by Francis Visoiu Mistrih
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
8570b29
Move the implementation of StringRef::split out of StringExtras.cpp
by Duncan Sands
· 14 years ago
5cf753c
move tier out of an anonymous namespace, it doesn't make sense
by Chris Lattner
· 14 years ago
608fd2b
Fix refacto reported by Nicolas Geoffray.
by Benjamin Kramer
· 16 years ago
93ad708
Remove unused string functions.
by Benjamin Kramer
· 16 years ago
6bf8240
Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
by Benjamin Kramer
· 16 years ago
0ef736f
Turns out llvm-gcc still uses SplitString with a vector. Add it back until I
by Benjamin Kramer
· 16 years ago
c6fe3c3
Reimplement getToken and SplitString as "StringRef helper functions"
by Benjamin Kramer
· 16 years ago
ff2c72b
Distinguish "a," from "a". The first one splits into "a" + "" and the second one into
by Rafael Espindola
· 16 years ago
7c68549
by Rafael Espindola
· 16 years ago
d554e44
Add a new split method to StringRef that puts the substrings in a vector.
by Rafael Espindola
· 16 years ago
04f049f
Move UnescapeString to a static function for its sole client; its inefficient and broken.
by Daniel Dunbar
· 16 years ago
5944958
Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.
by Daniel Dunbar
· 16 years ago
baf9535
teach EscapeString and UnescapeString to handle ".
by Chris Lattner
· 16 years ago
86cb318
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 17 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
f13bcdc
Escape some escapes that confuse doxygen.
by Reid Spencer
· 18 years ago
228bcd3
Add a helper function
by Chris Lattner
· 19 years ago
1025840
Add two helpers for escaping and unescaping strings.
by Chris Lattner
· 19 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 20 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
dca358f
implement new getToken function
by Chris Lattner
· 22 years ago