summaryrefslogtreecommitdiffstats
path: root/lib/Support/Errno.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+5
* Fix some rather confusing indentation and control flow in the errnoChandler Carruth2013-09-021-15/+14
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-261-4/+0
* [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