summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangPlugins.rst
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/ClangPlugins.rst
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/ClangPlugins.rst')
-rw-r--r--clang/docs/ClangPlugins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangPlugins.rst b/clang/docs/ClangPlugins.rst
index 833f0dd39f7..5e6082e9034 100644
--- a/clang/docs/ClangPlugins.rst
+++ b/clang/docs/ClangPlugins.rst
@@ -69,7 +69,7 @@ Putting it all together
Let's look at an example plugin that prints top-level function names. This
example is checked into the clang repository; please take a look at
the `latest version of PrintFunctionNames.cpp
-<http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/PrintFunctionNames.cpp?view=markup>`_.
+<https://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/PrintFunctionNames.cpp?view=markup>`_.
Running the plugin
==================
@@ -110,7 +110,7 @@ source tree:
-plugin -Xclang print-fns
Also see the print-function-name plugin example's
-`README <http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/README.txt?view=markup>`_
+`README <https://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/README.txt?view=markup>`_
Using the clang command line
OpenPOWER on IntegriCloud