llvm-project/clang/lib/Headers
Eli Friedman 9e9b046ac9 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.

llvm-svn: 51317
2008-05-20 13:34:26 +00:00
..
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
iso646.h Add a couple more headers. stddef was discussed on cfe-dev, and 2008-05-20 13:34:26 +00:00
mmintrin.devel.h Use double-underscores in front of all non-keywords to protect against 2008-05-14 20:32:22 +00:00
stdbool.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
stddef.h Add a couple more headers. stddef was discussed on cfe-dev, and 2008-05-20 13:34:26 +00:00