Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Support
/
Errno.cpp
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
91d3cfe
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes."
by Duncan P. N. Exon Smith
· 9 years ago
1760dc2
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes.
by Eugene Zelenko
· 9 years ago
d908941
Silence warning: variable 'buffer' set but not used.
by Yaron Keren
· 11 years ago
14aae04
Fix some rather confusing indentation and control flow in the errno
by Chandler Carruth
· 12 years ago
37f69de
Remove dead or useless header checks from cmake and autoconf
by Reid Kleckner
· 12 years ago
be6f003
[Support] Fix StrError on Windows to actually return the error string...
by Michael J. Spencer
· 13 years ago
91c06da
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
by Dmitri Gribenko
· 13 years ago
38f4c93
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
by NAKAMURA Takumi
· 13 years ago
18911180
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*.
by NAKAMURA Takumi
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (98%) from llvm/lib/System/Errno.cpp]
5a2e521
Oops, I #included errno.h from inside the llvm::sys namespace.
by Jeffrey Yasskin
· 16 years ago
f9cf4ff
Fix windows build, patch by Howard Su.
by Duncan Sands
· 16 years ago
1a93330
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
by Jeffrey Yasskin
· 16 years ago