Fix sphinx unknown document error

llvm-svn: 361545
This commit is contained in:
Simon Pilgrim 2019-05-23 20:07:27 +00:00
parent 266b65f840
commit 30905a375e
1 changed files with 1 additions and 1 deletions

View File

@ -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.