]> granicus.if.org Git - clang/commit
Add a couple more headers. stddef was discussed on cfe-dev, and
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 May 2008 13:34:26 +0000 (13:34 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 May 2008 13:34:26 +0000 (13:34 +0000)
commit8ba179d4a39c79ae486472a5f413f763ffcc0739
tree3441b81a47837f2f9247d8afa825fe7bffcc4a5b
parent33701a61674753db0c9de7a294137e7dc4dd2d9b
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
lib/Headers/iso646.h [new file with mode: 0644]
lib/Headers/stddef.h [new file with mode: 0644]