[clang] 0e85260 - Removed outdated information from Clang's webpage menu

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 09:23:40 PDT 2023


Author: Aaron Ballman
Date: 2023-05-18T12:23:29-04:00
New Revision: 0e85260db1cfd4e8688d917a09a212c2d9a343f3

URL: https://github.com/llvm/llvm-project/commit/0e85260db1cfd4e8688d917a09a212c2d9a343f3
DIFF: https://github.com/llvm/llvm-project/commit/0e85260db1cfd4e8688d917a09a212c2d9a343f3.diff

LOG: Removed outdated information from Clang's webpage menu

This removes the link to Planet Clang as well as the LLVM coverage
reports, as neither has been actively worked on for several years.

Added: 
    

Modified: 
    clang/www/menu.html.incl

Removed: 
    


################################################################################
diff  --git a/clang/www/menu.html.incl b/clang/www/menu.html.incl
index 372e1492f827..9d886c7dae96 100755
--- a/clang/www/menu.html.incl
+++ b/clang/www/menu.html.incl
@@ -36,7 +36,6 @@
     <a href="https://discourse.llvm.org/c/clang">Clang Forum</a>
     <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
     <a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a>
-    <a href="http://planet.clang.org/">Planet Clang</a>
     <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
   </div>
 
@@ -47,11 +46,6 @@
     <a href="http://clang.llvm.org/doxygen/">doxygen</a>
   </div>
 
-  <div class="submenu">
-    <label>Quick Links</label>
-    <a href="http://llvm.org/reports/coverage/">Testing Coverage</a>
-  </div>
-
   <div class="submenu">
     <label>Clang Events</label>
     <a href="http://llvm.org/devmtg/">LLVM Meeting</a>


        


More information about the cfe-commits mailing list