[cfe-commits] Patch: __STDC_HOSTED__ support updated in C++ status
Jonathan Sauer
jonathan.sauer at gmx.de
Wed Mar 23 10:15:40 PDT 2011
Hello,
according to the source and according to the following output, __STDC_HOSTED__ works in clang trunk:
$ /opt/bin/clang -dM -E - <<<'' | grep '__STDC_HOSTED__'
#define __STDC_HOSTED__ 1
$/opt/bin/clang -dM -E -ffreestanding - <<<'' | grep '__STDC_HOSTED__'
#define __STDC_HOSTED__ 0
So I updated www/cxx_status.html to reflect this (diff attached, created from inside llvm/tools/clang).
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cxx_status.patch
Type: application/octet-stream
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110323/2d54c064/attachment.obj>
-------------- next part --------------
More information about the cfe-commits
mailing list