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
cxx_status.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
