[clang] 98d4f06 - Correcting some links in the C status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 05:52:39 PDT 2022


Author: Aaron Ballman
Date: 2022-06-08T08:52:31-04:00
New Revision: 98d4f0651a7f90df161167362e2060e0b4de7969

URL: https://github.com/llvm/llvm-project/commit/98d4f0651a7f90df161167362e2060e0b4de7969
DIFF: https://github.com/llvm/llvm-project/commit/98d4f0651a7f90df161167362e2060e0b4de7969.diff

LOG: Correcting some links in the C status page

The paper titles were correct, but the document number and links were
incorrect (typo'ed numbers).

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 7e96dd27218d..3ba814c757cb 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -650,12 +650,12 @@ <h2 id="c2x">C2x implementation status</h2>
     </tr>
     <tr>
       <td>nodiscard attribute</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2667.pdf">N2667</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2267.pdf">N2267</a></td>
       <td class="full" align="center">Clang 9</td>
     </tr>
     <tr>
       <td>maybe_unused attribute</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2670.pdf">N2670</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2270.pdf">N2270</a></td>
       <td class="full" align="center">Clang 9</td>
     </tr>
     <tr id="TS18661">


        


More information about the cfe-commits mailing list