diff options
Diffstat (limited to 'docs/ClangPlugins.rst')
| -rw-r--r-- | docs/ClangPlugins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClangPlugins.rst b/docs/ClangPlugins.rst index 833f0dd39f77..5e6082e90340 100644 --- a/docs/ClangPlugins.rst +++ b/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 |
