summaryrefslogtreecommitdiffstats
path: root/lib/Headers/limits.h
Commit message (Expand)AuthorAgeFilesLines
* Fix two pedantic issues with our builtin headers. The __STDC_VERSION__Chandler Carruth2014-02-191-1/+1
* Remove a broken attempt to cope with someone #undef'ing __has_include_next.Richard Smith2014-02-191-2/+1
* Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien2013-10-271-2/+4
* Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher2011-09-081-14/+0
* Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN andSean Hunt2011-07-191-0/+14
* Futher reduce the includes of our builtin headers, and teach limits.h to avoidChandler Carruth2010-11-161-1/+5
* Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided thereDouglas Gregor2009-12-081-1/+0
* add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU e...Chris Lattner2009-04-011-0/+15
* Fix limits.h for linux, as glibc does a #include_next unlessMike Stump2009-02-121-3/+9
* only define MB_LEN_MAX if the system <limits.h> doesn't.Chris Lattner2009-02-061-1/+4
* add a stdint.h header.Chris Lattner2009-02-061-1/+1
* correct descriptionChris Lattner2009-02-061-3/+2
* first hack at limits.hChris Lattner2009-02-061-0/+91