Author: alexfh Date: Thu May 19 04:29:46 2016 New Revision: 270032 URL: http://llvm.org/viewvc/llvm-project?rev=270032&view=rev Log: [clang-tidy] Fix doc titles.
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst clang-tools-extra/trunk/docs/clang-tidy/checks/misc-definitions-in-headers.rst clang-tools-extra/trunk/docs/clang-tidy/checks/misc-incorrect-roundings.rst clang-tools-extra/trunk/docs/clang-tidy/checks/misc-virtual-near-miss.rst clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst?rev=270032&r1=270031&r2=270032&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst (original) +++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst Thu May 19 04:29:46 2016 @@ -1,3 +1,5 @@ +.. title:: clang-tidy - google-runtime-references + google-runtime-references ========================= Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-definitions-in-headers.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-definitions-in-headers.rst?rev=270032&r1=270031&r2=270032&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-definitions-in-headers.rst (original) +++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-definitions-in-headers.rst Thu May 19 04:29:46 2016 @@ -1,3 +1,5 @@ +.. title:: clang-tidy - misc-definitions-in-headers + misc-definitions-in-headers =========================== Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-incorrect-roundings.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-incorrect-roundings.rst?rev=270032&r1=270031&r2=270032&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-incorrect-roundings.rst (original) +++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-incorrect-roundings.rst Thu May 19 04:29:46 2016 @@ -1,3 +1,5 @@ +.. title:: clang-tidy - misc-incorrect-roundings + misc-incorrect-roundings ======================== Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-virtual-near-miss.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-virtual-near-miss.rst?rev=270032&r1=270031&r2=270032&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-virtual-near-miss.rst (original) +++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-virtual-near-miss.rst Thu May 19 04:29:46 2016 @@ -1,7 +1,10 @@ +.. title:: clang-tidy - 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: Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst?rev=270032&r1=270031&r2=270032&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst (original) +++ clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst Thu May 19 04:29:46 2016 @@ -1,3 +1,5 @@ +.. title:: clang-tidy - performance-implicit-cast-in-loop + performance-implicit-cast-in-loop ================================= _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits