[clang-tidy] Fix doc titles.

llvm-svn: 270032
This commit is contained in:
Alexander Kornienko 2016-05-19 09:29:46 +00:00
parent 702cfd1b2b
commit 77c8b2ed9f
5 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,5 @@
.. title:: clang-tidy - google-runtime-references
google-runtime-references google-runtime-references
========================= =========================

View File

@ -1,3 +1,5 @@
.. title:: clang-tidy - misc-definitions-in-headers
misc-definitions-in-headers misc-definitions-in-headers
=========================== ===========================

View File

@ -1,3 +1,5 @@
.. title:: clang-tidy - misc-incorrect-roundings
misc-incorrect-roundings misc-incorrect-roundings
======================== ========================

View File

@ -1,7 +1,10 @@
.. title:: clang-tidy - misc-virtual-near-miss
misc-virtual-near-miss misc-virtual-near-miss
====================== ======================
Warn if a function is a near miss (ie. the name is very similar and the function signiture is the same) to a virtual function from a base class. Warn if a function is a near miss (ie. the name is very similar and the function
signiture is the same) to a virtual function from a base class.
Example: Example:

View File

@ -1,3 +1,5 @@
.. title:: clang-tidy - performance-implicit-cast-in-loop
performance-implicit-cast-in-loop performance-implicit-cast-in-loop
================================= =================================