diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-03-27 09:49:38 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-03-27 09:49:38 +0000 |
commit | 29236f46dfd145342ff29e82c6789434f21ccab2 (patch) | |
tree | aacf80224b961f3393a053251f006899fefca551 | |
parent | a7689efa25bf54452c758c672bd1a5608d5757cc (diff) |
Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128377 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 1074242c68..6806978ba3 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -515,7 +515,7 @@ welcome!</p> <tr><td colspan="7" class="category">Preprocessor Modifications</td></tr> <tr> <td>__STDC_HOSTED__</td> - <td></td> + <td class="complete"></td> <td class="na">N/A</td> <td class="na">N/A</td> <td class="na">N/A</td> |