diff options
author | Markus Böck <markus.boeck02@gmail.com> | 2022-03-29 20:45:41 +0200 |
---|---|---|
committer | Markus Böck <markus.boeck02@gmail.com> | 2022-03-29 20:45:49 +0200 |
commit | c1e614c8eb5004582c4d8f153f30fbfd0fcbea94 (patch) | |
tree | b9bad2d8dacaefad556cfd0529fe9d3fa0429913 /clang/www | |
parent | de7cd3ccf563847a24e04fb920cd0e3c310ba5bd (diff) | |
download | llvm-c1e614c8eb5004582c4d8f153f30fbfd0fcbea94.zip llvm-c1e614c8eb5004582c4d8f153f30fbfd0fcbea94.tar.gz llvm-c1e614c8eb5004582c4d8f153f30fbfd0fcbea94.tar.bz2 |
[clang][DR] Test and mark DR1305 as complete
DR: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1305
This DR has always been implemented in all clang versions as far back as I could go. This patch basically just adds a test with the needed comments to mark it as complete.
Differential Revision: https://reviews.llvm.org/D122674
Diffstat (limited to 'clang/www')
-rwxr-xr-x | clang/www/cxx_dr_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 6f66e22..e730d60 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -7644,7 +7644,7 @@ and <I>POD class</I></td> <td><a href="https://wg21.link/cwg1305">1305</a></td> <td>CD3</td> <td><TT>alignof</TT> applied to array of unknown size</td> - <td class="none" align="center">Unknown</td> + <td class="full" align="center">Yes</td> </tr> <tr id="1306"> <td><a href="https://wg21.link/cwg1306">1306</a></td> |