summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Errno.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-6/+8
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-8/+6
* Silence warning: variable 'buffer' set but not used.Yaron Keren2014-12-041-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
OpenPOWER on IntegriCloud