History log of /external/clang/lib/include/stddef.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e25d3df6df39ecca4dad4647be2713cb85653634 29-Jun-2012 Douglas Gregor <dgregor@apple.com> std::nullptr_t support in MS headers, from João Matos.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159448 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
08e46f97ec8c00cc1bfe87fcd014db211a878ffb 24-Apr-2012 Nico Weber <nicolasweber@gmx.de> Let NULL and MSVC headers coexist better.

Fixes the two issues mentioned in PR12146.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
fc8f0e14ad142ed811e90fbd9a30e419e301c717 15-Apr-2011 Chris Lattner <sabre@nondot.org> fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
8da6bca896546cd98ad6aefaa3e9eba77736ea7b 30-Mar-2011 Ted Kremenek <kremenek@apple.com> Add '#ifndef _PTRDIFF_T' guard around definition of ptrdiff_t. Fixes <rdar://problem/9210154>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128578 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
51f56fc36e6d441b6dd722cc09c4ac9f081c0974 19-Oct-2010 NAKAMURA Takumi <geek4civic@gmail.com> lib/Headers/stddef.h: wint_t should be defined whenever <stddef.h> is included with __need_wint_t.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116794 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
6d6370ee10ddcd8cacc44c2d6796800c1325c732 06-Sep-2010 Chris Lattner <sabre@nondot.org> fix PR7192 by defining wchar_t in a more conventional way. The
type of L"x" can change based on command line arguments.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113127 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
863e7189dc437ef0f35ff94d74f62c775759d2ce 04-Aug-2010 Chris Lattner <sabre@nondot.org> add a hack for visual studio, fixing PR7796


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110161 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
88318139c94cef1a77cce969613bbc0745d7e99f 15-Jun-2010 Sean Hunt <rideau3@gmail.com> MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we
won't define it unless specifically requested via the use of __need_wint_t.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105985 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
21259bafdc0e113c8bdce51d7911cc9880da1892 09-Mar-2010 Ted Kremenek <kremenek@apple.com> Add preprocessor guards to the definitions of size_t and wchar_t, and #undef NULL before defining it.
This addresses potential issues with system headers reported in <rdar://problem/7727159>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98006 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
28d6cba4c472fca54c77cba34c15802a634984af 01-Dec-2008 Douglas Gregor <dgregor@apple.com> Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60355 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
f8e61b371d085516b8b9b906099db3e0b915a7c0 04-Nov-2008 Anders Carlsson <andersca@mac.com> #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58685 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h
8ba179d4a39c79ae486472a5f413f763ffcc0739 20-May-2008 Eli Friedman <eli.friedman@gmail.com> Add a couple more headers. stddef was discussed on cfe-dev, and
consensus was that it was fine; iso646 is trivial.

We actually don't need that many headers overall... on Ubuntu, at least,
all we need are stdint.h, stdarg.h, limits.h, and float.h to stop
depending on having gcc's headers around for normal code.

On a side note, the path searching needs some improvement; I had to
hardcode the path to my header directory into clang.cpp to get the
driver to use it consistently.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51317 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/stddef.h