aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorErick Velez <erickvelez7@gmail.com>2024-05-31 11:02:21 -0700
committerGitHub <noreply@github.com>2024-05-31 11:02:21 -0700
commitf46d1463b835560d90ad3ac02b63c771e4ebe566 (patch)
tree7c290ca563ba79d5b33dd6e981071d8f0c1ead67 /clang/www
parent458a31562aee703c15224dd9fcde19f67834a8f9 (diff)
downloadllvm-f46d1463b835560d90ad3ac02b63c771e4ebe566.zip
llvm-f46d1463b835560d90ad3ac02b63c771e4ebe566.tar.gz
llvm-f46d1463b835560d90ad3ac02b63c771e4ebe566.tar.bz2
[clang] require template arg list after template kw (#80801)
Require a template argument list after an identifier prefixed by the template keyword. Introduced by [CWG 96](https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96), but the current wording of [[temp.names]p5](https://eel.is/c++draft/temp.names#6) was introduced in [P1787R6](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1787r6.html), and became [temp.names]p6 somewhere else. Fixes #53095 --------- Co-authored-by: Shafik Yaghmour <shafik.yaghmour@intel.com>
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 628ee12..4c5f922 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -614,7 +614,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/96.html">96</a></td>
<td>C++11</td>
<td>Syntactic disambiguation using the <TT>template</TT> keyword</td>
- <td class="none" align="center">No</td>
+ <td class="na" align="center">Superseded by <a href="https://wg21.link/P1787">P1787</a></td>
</tr>
<tr id="97">
<td><a href="https://cplusplus.github.io/CWG/issues/97.html">97</a></td>