summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-12-13 16:49:10 +0000
committerAlexander Kornienko <alexfh@google.com>2016-12-13 16:49:10 +0000
commita3dc05b363b147a54cc748ceb529a20a5f3155bb (patch)
tree75937375b5980beafda691eed085ac5b9562fd23
parentebcf916c5aefb82814efeaf6582e31ee149c00f5 (diff)
downloadbcm5719-llvm-a3dc05b363b147a54cc748ceb529a20a5f3155bb.tar.gz
bcm5719-llvm-a3dc05b363b147a54cc748ceb529a20a5f3155bb.zip
Fix sphinx build.
llvm-svn: 289549
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst b/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst
index a71cc68c52f..7618505fa9c 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst
@@ -7,7 +7,7 @@ This check handles C-Style memory management using ``malloc()``, ``realloc()``,
``calloc()`` and ``free()``. It warns about its use and tries to suggest the use
of an appropriate RAII object.
See `C++ Core Guidelines
-<https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rr-mallocfree>
+<https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rr-mallocfree>`.
There is no attempt made to provide fixit hints, since manual resource management isn't
easily transformed automatically into RAII.
OpenPOWER on IntegriCloud