summaryrefslogtreecommitdiffstats
path: root/clang/docs/analyzer
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/analyzer
parent897129dc3fe79137e00c5dccc30e11221dbd6d7f (diff)
downloadbcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.tar.gz
bcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.zip
[Documentation] Use HTTPS whenever possible
Differential revision: https://reviews.llvm.org/D56946 llvm-svn: 351976
Diffstat (limited to 'clang/docs/analyzer')
-rw-r--r--clang/docs/analyzer/DesignDiscussions/InitializerLists.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/DesignDiscussions/InitializerLists.rst b/clang/docs/analyzer/DesignDiscussions/InitializerLists.rst
index af41e4ec8f0..a8bb8247699 100644
--- a/clang/docs/analyzer/DesignDiscussions/InitializerLists.rst
+++ b/clang/docs/analyzer/DesignDiscussions/InitializerLists.rst
@@ -145,7 +145,7 @@ value in different moments of time, but at most one of them represents the
actual metadata value. So we'd be escaping more stuff than necessary.
If only we had "ghost fields"
-(http://lists.llvm.org/pipermail/cfe-dev/2016-May/049000.html), it would have
+(https://lists.llvm.org/pipermail/cfe-dev/2016-May/049000.html), it would have
been much easier, because the ghost field would only contain the actual
metadata, and the Store would always know about it. This example adds to my
belief that ghost fields are exactly what we need for most C++ checkers.
OpenPOWER on IntegriCloud