[cfe-commits] PATCH: Improve ability to parse builtin headers in freestanding mode

Chandler Carruth chandlerc at google.com
Sat Nov 13 15:38:16 PST 2010


I'm trying to get all of Clang's builtin headers to parse with
-ffreestanding, and I think these are the two biggest issues. I'm not
confident that the limits.h change is the exact correct pattern, but I
copied the one used in stdint.h. The mm_malloc.h change makes it completely
free of system headers except for Windows.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101113/5693e9ac/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freestanding_headers.patch
Type: application/octet-stream
Size: 2097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101113/5693e9ac/attachment.obj>


More information about the cfe-commits mailing list