[clang-tools-extra] r361545 - Fix sphinx unknown document error
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 13:07:27 PDT 2019
Author: rksimon
Date: Thu May 23 13:07:27 2019
New Revision: 361545
URL: http://llvm.org/viewvc/llvm-project?rev=361545&view=rev
Log:
Fix sphinx unknown document 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=361545&r1=361544&r2=361545&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu May 23 13:07:27 2019
@@ -177,7 +177,7 @@ Improvements to clang-tidy
Rewrites function signatures to use a trailing return type.
- The :doc:`misc-throw-by-value-catch-by-reference
- <clang-tidy/misc-throw-by-value-catch-by-reference.rst>` now supports
+ <clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst>` now supports
`WarnOnLargeObject` and `MaxSize` options to warn on any large trivial
object caught by value.
More information about the cfe-commits
mailing list