diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
commit | bc5c3f57277f8851c95ebc95d7fe203c8480c99c (patch) | |
tree | b07ad4b2328ec8f29e6a1752224bae5adb28fc99 /clang/docs/ClangPlugins.rst | |
parent | a0a44e9c786790e24b88e931df5633e959159b9e (diff) | |
download | bcm5719-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.rst | 4 |
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 |