aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Errno.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-6/+8
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-8/+6
2014-12-04Silence warning: variable 'buffer' set but not used.Yaron Keren1-3/+5
2013-09-02Fix some rather confusing indentation and control flow in the errnoChandler Carruth1-15/+14
2013-07-26Remove dead or useless header checks from cmake and autoconfReid Kleckner1-4/+0
2012-11-01[Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer1-1/+3
2012-09-28Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko1-4/+7
2012-06-24llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi1-1/+1
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+74