Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Eli Friedman eb1df85a34 Protect iso646.h from C++ (although I can't imagine why someone would
need it...).  Patch by Mike Stump.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51360 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-21 03:11:31 +00:00
Eli Friedman 8ba179d4a3 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
2008-05-20 13:34:26 +00:00