aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/SanitizerCoverage.rst
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2019-01-23 20:39:07 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2019-01-23 20:39:07 +0000
commitadcb3f520bc51d4acba78ae33eeb21eee085b2fa (patch)
treedda7dc2cfd07ae69d7180d6368c26aa29dd127c9 /clang/docs/SanitizerCoverage.rst
parent897129dc3fe79137e00c5dccc30e11221dbd6d7f (diff)
downloadllvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.zip
llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.tar.gz
llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.tar.bz2
[Documentation] Use HTTPS whenever possible
Differential revision: https://reviews.llvm.org/D56946 llvm-svn: 351976
Diffstat (limited to 'clang/docs/SanitizerCoverage.rst')
-rw-r--r--clang/docs/SanitizerCoverage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst
index f3f13c8..728aa2f 100644
--- a/clang/docs/SanitizerCoverage.rst
+++ b/clang/docs/SanitizerCoverage.rst
@@ -222,9 +222,9 @@ It contains 3 basic blocks, let's name them A, B, C:
If blocks A, B, and C are all covered we know for certain that the edges A=>B
and B=>C were executed, but we still don't know if the edge A=>C was executed.
Such edges of control flow graph are called
-`critical <http://en.wikipedia.org/wiki/Control_flow_graph#Special_edges>`_. The
-edge-level coverage simply splits all critical
-edges by introducing new dummy blocks and then instruments those blocks:
+`critical <https://en.wikipedia.org/wiki/Control_flow_graph#Special_edges>`_.
+The edge-level coverage simply splits all critical edges by introducing new
+dummy blocks and then instruments those blocks:
.. code-block:: none