summaryrefslogtreecommitdiffstats
path: root/clang/docs/tools/dump_ast_matchers.py
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-11-04 17:02:00 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-11-04 17:02:00 +0000
commitbc5c3f57277f8851c95ebc95d7fe203c8480c99c (patch)
treeb07ad4b2328ec8f29e6a1752224bae5adb28fc99 /clang/docs/tools/dump_ast_matchers.py
parenta0a44e9c786790e24b88e931df5633e959159b9e (diff)
downloadbcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.tar.gz
bcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.zip
Update our URLs in clang doc to use https
llvm-svn: 346101
Diffstat (limited to 'clang/docs/tools/dump_ast_matchers.py')
-rwxr-xr-xclang/docs/tools/dump_ast_matchers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/dump_ast_matchers.py b/clang/docs/tools/dump_ast_matchers.py
index a8958fade37..792f911e689 100755
--- a/clang/docs/tools/dump_ast_matchers.py
+++ b/clang/docs/tools/dump_ast_matchers.py
@@ -38,7 +38,7 @@ def esc(text):
text = re.sub(r'>', '&gt;', text)
def link_if_exists(m):
name = m.group(1)
- url = 'http://clang.llvm.org/doxygen/classclang_1_1%s.html' % name
+ url = 'https://clang.llvm.org/doxygen/classclang_1_1%s.html' % name
if url not in doxygen_probes:
try:
print 'Probing %s...' % url
OpenPOWER on IntegriCloud