summaryrefslogtreecommitdiffstats
path: root/lib/Headers/stddef.h
Commit message (Expand)AuthorAgeFilesLines
* Fix interaction of max_align_t and modules.Richard Smith2014-10-031-19/+10
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-301-4/+34
* Revert r207482; I fail at reading IRC.Nico Weber2014-04-291-16/+0
* Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.Nico Weber2014-04-291-0/+16
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-041-0/+4
* Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth2014-02-191-0/+10
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-021-0/+3
* Fix typo in a stddef.h comment: s/risze_t/rsize_t/Hans Wennborg2013-05-021-1/+1
* Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar2013-04-121-0/+11
* Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."Argyrios Kyrtzidis2013-03-271-3/+1
* [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.Argyrios Kyrtzidis2013-03-271-1/+3
* <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor2013-03-221-5/+19
* [Headers] Use standard builtin defines instead of typeof trickery.Daniel Dunbar2013-02-061-2/+2
* std::nullptr_t support in MS headers, from João Matos.Douglas Gregor2012-06-291-0/+7
* Let NULL and MSVC headers coexist better.Nico Weber2012-04-241-3/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add '#ifndef _PTRDIFF_T' guard around definition of ptrdiff_t. Fixes <rdar:/...Ted Kremenek2011-03-301-0/+3
* lib/Headers/stddef.h: wint_t should be defined whenever <stddef.h> is include...NAKAMURA Takumi2010-10-191-7/+10
* fix PR7192 by defining wchar_t in a more conventional way. TheChris Lattner2010-09-051-1/+1
* add a hack for visual studio, fixing PR7796Chris Lattner2010-08-031-0/+1
* MinGW requires that wint_t be defined in stddef.h. In order to accomodate, weSean Hunt2010-06-151-0/+7
* Add preprocessor guards to the definitions of size_t and wchar_t, and #undef ...Ted Kremenek2010-03-081-0/+7
* Define NULL to __null in C++, so that it's guaranteed to have the same size a...Douglas Gregor2008-12-011-1/+1
* #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa....Anders Carlsson2008-11-041-0/+5
* Add a couple more headers. stddef was discussed on cfe-dev, and Eli Friedman2008-05-201-0/+38