aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Errno.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-011-1/+3
* Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko2012-09-281-4/+7
* llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi2012-06-241-1/+1
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-091-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+74