diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2022-07-23 15:15:12 +0200 |
---|---|---|
committer | Corentin Jabot <corentinjabot@gmail.com> | 2022-07-23 15:15:12 +0200 |
commit | e82880e6b8cd2f01ee18e99c4c7b6ec71b764e13 (patch) | |
tree | e5eff8c3e9c2fea1247f395f756e13046319bf0f | |
parent | cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e (diff) | |
download | llvm-e82880e6b8cd2f01ee18e99c4c7b6ec71b764e13.zip llvm-e82880e6b8cd2f01ee18e99c4c7b6ec71b764e13.tar.gz llvm-e82880e6b8cd2f01ee18e99c4c7b6ec71b764e13.tar.bz2 |
[Clang] Update the status of N2393 in c_status.html
-rw-r--r-- | clang/www/c_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/c_status.html b/clang/www/c_status.html index f3076d3..4bb8d34 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -746,7 +746,7 @@ conformance.</p> <tr> <td>_Bool definitions for true and false</td> <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2393.pdf">N2393</a></td> - <td class="none" align="center">No</td> + <td class="na" align="center">Subsumed by N2935</td> </tr> <!-- Mar 2020 Papers --> <tr> |