Fixed a link.

llvm-svn: 252069
This commit is contained in:
Alexander Kornienko 2015-11-04 19:42:17 +00:00
parent 4f6725c426
commit 149af59113
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ provide its own user-focused documentation.
``clang-tidy``
--------------
`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>` is a clang-based C++
`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>`_ is a clang-based C++
linter tool. It provides an extensible framework for building compiler-based
static analyses detecting and fixing bug-prone patterns, performance,
portability and maintainability issues.