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