summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@microsoft.com>2019-11-07 18:04:55 -0800
committerStephan T. Lavavej <stl@microsoft.com>2019-11-08 14:41:27 -0800
commit3a7a22445e806c08f80cf6d83d1760f7ff732ed0 (patch)
treed10f20e3259e611cb470562ace650a17e18f663a /clang
parent3a3255a22398f34dec16b57beef9e2ff60a108e3 (diff)
downloadbcm5719-llvm-3a7a22445e806c08f80cf6d83d1760f7ff732ed0.tar.gz
bcm5719-llvm-3a7a22445e806c08f80cf6d83d1760f7ff732ed0.zip
[www] More HTTPS and outdated link fixes.
Resolves D69981.
Diffstat (limited to 'clang')
-rwxr-xr-xclang/www/UniversalDriver.html4
-rw-r--r--clang/www/analyzer/available_checks.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/UniversalDriver.html b/clang/www/UniversalDriver.html
index bd316e642dc..a6759f0aa34 100755
--- a/clang/www/UniversalDriver.html
+++ b/clang/www/UniversalDriver.html
@@ -64,7 +64,7 @@ welcome!</p>
problem by supporting <tt>-arch</tt>. Apple also provides a tool chain which
supports <a href="https://en.wikipedia.org/wiki/Universal_binary">universal
binaries</a> and object files which may include data for multiple
- architectures. See <a href="http://developer.apple.com/mac/library/technotes/tn2005/tn2137.html">TN2137</a>
+ architectures. See <a href="https://developer.apple.com/library/archive/technotes/tn2005/tn2137.html">TN2137</a>
for an example of how this is used.</li>
<li>Many operating systems and environments solve the problem by installing
@@ -77,7 +77,7 @@ welcome!</p>
wiki page for their work to support the ARM EABI provide an interesting
glimpse into how related issues impact the operating system distribution.</li>
- <li><a href="http://icculus.org/fatelf/">FatELF</a> is a proposal for bringing
+ <li><a href="https://icculus.org/fatelf/">FatELF</a> is a proposal for bringing
Mac OS X like "Universal Binary" support to ELF based platforms.</li>
</ul>
diff --git a/clang/www/analyzer/available_checks.html b/clang/www/analyzer/available_checks.html
index 2775743fb84..12e66f11b11 100644
--- a/clang/www/analyzer/available_checks.html
+++ b/clang/www/analyzer/available_checks.html
@@ -28,7 +28,7 @@ Experimental (Alpha) Checkers</a>.
<h3>Writeups with examples of some of the bugs that the analyzer finds</h3>
<ul>
<li><a href="http://www.mobileorchard.com/bug-finding-with-clang-5-resources-to-get-you-started/">Bug Finding With Clang: 5 Resources To Get You Started</a></li>
-<li><a href="http://fruitstandsoftware.com/blog/index.php/2008/08/finding-memory-leaks-with-the-llvmclang-static-analyzer/#comment-2">Finding Memory Leaks With The LLVM/Clang Static Analyzer</a></li>
+<li><a href="https://fruitstandsoftware.mrrooni.com/blog/blog/2008/08/04/finding-memory-leaks-with-the-llvmclang-static-analyzer/">Finding Memory Leaks With The LLVM/Clang Static Analyzer</a></li>
<li><a href="https://weblog.rogueamoeba.com/2008/07/14/the-clang-static-analyzer/">Under the Microscope - The Clang Static Analyzer</a></li>
<li><a href="https://www.mikeash.com/pyblog/friday-qa-2009-03-06-using-the-clang-static-analyzer.html">Mike Ash - Using the Clang Static Analyzer</a></li>
</ul>
OpenPOWER on IntegriCloud