[clang-tools-extra] r280235 - [docs] Fix docs build error.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 31 06:17:48 PDT 2016
Author: hokein
Date: Wed Aug 31 08:17:48 2016
New Revision: 280235
URL: http://llvm.org/viewvc/llvm-project?rev=280235&view=rev
Log:
[docs] Fix docs build error.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=280235&r1=280234&r2=280235&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Aug 31 08:17:48 2016
@@ -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
More information about the cfe-commits
mailing list