aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2016-08-31 13:17:48 +0000
committerHaojian Wu <hokein@google.com>2016-08-31 13:17:48 +0000
commit544a8d03abcef460a7e97738ccfedb0c1830892c (patch)
treed7bef18feb72cfc75b8a1d8f6d039a1752b0ce43
parentcacfc161090566893c49ef54dc9b9535200262bb (diff)
downloadllvm-544a8d03abcef460a7e97738ccfedb0c1830892c.zip
llvm-544a8d03abcef460a7e97738ccfedb0c1830892c.tar.gz
llvm-544a8d03abcef460a7e97738ccfedb0c1830892c.tar.bz2
[docs] Fix docs build error.
llvm-svn: 280235
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 658a8fc..3dc59a6 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -98,6 +98,7 @@ Improvements to clang-tidy
a constant type instead.
Fixed bugs:
+
- `modernize-make-unique
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-make-unique.html>`_
and `modernize-make-shared