[cfe-commits] Patch: __STDC_HOSTED__ support updated in C++ status
Douglas Gregor
dgregor at apple.com
Sun Mar 27 02:55:28 PDT 2011
On Mar 23, 2011, at 6:15 PM, Jonathan Sauer wrote:
> 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).
Thanks! Committed as r128377.
- Doug
More information about the cfe-commits
mailing list