[clang-tools-extra] r256259 - [clang-tidy] Updates to documentation: formatting, titles, etc.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 22 09:36:50 PST 2015
Author: alexfh
Date: Tue Dec 22 11:36:49 2015
New Revision: 256259
URL: http://llvm.org/viewvc/llvm-project?rev=256259&view=rev
Log:
[clang-tidy] Updates to documentation: formatting, titles, etc.
Modified:
clang-tools-extra/trunk/clang-tidy/add_new_check.py
clang-tools-extra/trunk/docs/clang-tidy/checks/cert-setlongjmp.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cert-static-object-exception.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cert-thrown-exception-type.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cert-variadic-function-def.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-namespaces.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-explicit-constructor.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-global-names-in-headers.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-braces-around-statements.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-casting.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-function-size.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-namespace-comments.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-todo.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-int.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-operator.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-header-guard.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-include-order.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-namespace-comment.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-twine-local.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assert-side-effect.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assign-operator-signature.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inaccurate-erase.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inefficient-algorithm.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-parentheses.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-noexcept-move-constructor.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-swapped-arguments.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-undelegated-constructor.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-alias-decls.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-parameters.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-default.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-override.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-container-size-empty.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-identifier-naming.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-implicit-bool-cast.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-named-parameter.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-cstr.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst
clang-tools-extra/trunk/docs/index.rst
Modified: clang-tools-extra/trunk/clang-tidy/add_new_check.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/add_new_check.py?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/add_new_check.py (original)
+++ clang-tools-extra/trunk/clang-tidy/add_new_check.py Tue Dec 22 11:36:49 2015
@@ -244,7 +244,9 @@ def write_docs(module_path, module, chec
print('Creating %s...' % filename)
with open(filename, 'wb') as f:
f.write(
-"""%(check_name_dashes)s
+""".. title:: clang-tidy - %(check_name_dashes)s
+
+%(check_name_dashes)s
%(underline)s
FIXME: Describe what patterns does the check detect and why. Give examples.
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cert-setlongjmp.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cert-setlongjmp.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cert-setlongjmp.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cert-setlongjmp.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cert-err52-cpp
+
cert-err52-cpp
==============
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cert-static-object-exception.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cert-static-object-exception.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cert-static-object-exception.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cert-static-object-exception.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cert-err58-cpp
+
cert-err58-cpp
==============
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cert-thrown-exception-type.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cert-thrown-exception-type.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cert-thrown-exception-type.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cert-thrown-exception-type.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cert-err60-cpp
+
cert-err60-cpp
==============
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cert-variadic-function-def.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cert-variadic-function-def.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cert-variadic-function-def.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cert-variadic-function-def.rst Tue Dec 22 11:36:49 2015
@@ -1,5 +1,7 @@
+.. title:: clang-tidy - cert-dcl50-cpp
+
cert-dcl50-cpp
-========================
+==============
This check flags all function definitions (but not declarations) of C-style
variadic functions.
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay
+
cppcoreguidelines-pro-bounds-array-to-pointer-decay
===================================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-bounds-constant-array-index
+
cppcoreguidelines-pro-bounds-constant-array-index
=================================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-bounds-pointer-arithmetic
+
cppcoreguidelines-pro-bounds-pointer-arithmetic
===============================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-const-cast
+
cppcoreguidelines-pro-type-const-cast
=====================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-cstyle-cast
+
cppcoreguidelines-pro-type-cstyle-cast
======================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-reinterpret-cast
+
cppcoreguidelines-pro-type-reinterpret-cast
===========================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-static-cast-downcast
+
cppcoreguidelines-pro-type-static-cast-downcast
===============================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-union-access
+
cppcoreguidelines-pro-type-union-access
=======================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst Tue Dec 22 11:36:49 2015
@@ -1,12 +1,16 @@
+.. title:: clang-tidy - cppcoreguidelines-pro-type-vararg
+
cppcoreguidelines-pro-type-vararg
-=====================================
+=================================
+
+This check flags all calls to c-style vararg functions and all use of va_arg.
-This check flags all calls to c-style vararg functions and all use
-of va_arg.
-To allow for SFINAE use of vararg functions, a call is not flagged if
-a literal 0 is passed as the only vararg argument.
+To allow for SFINAE use of vararg functions, a call is not flagged if a literal
+0 is passed as the only vararg argument.
-Passing to varargs assumes the correct type will be read. This is fragile because it cannot generally be enforced to be safe in the language and so relies on programmer discipline to get it right.
+Passing to varargs assumes the correct type will be read. This is fragile
+because it cannot generally be enforced to be safe in the language and so relies
+on programmer discipline to get it right.
This rule is part of the "Type safety" profile of the C++ Core Guidelines, see
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#-type8-avoid-reading-from-varargs-or-passing-vararg-arguments-prefer-variadic-template-parameters-instead
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-build-explicit-make-pair
+
google-build-explicit-make-pair
===============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-namespaces.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-namespaces.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-namespaces.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-namespaces.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-build-namespaces
+
google-build-namespaces
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-build-using-namespace
+
google-build-using-namespace
============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-explicit-constructor.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-explicit-constructor.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-explicit-constructor.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-explicit-constructor.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-explicit-constructor
+
google-explicit-constructor
===========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-global-names-in-headers.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-global-names-in-headers.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-global-names-in-headers.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-global-names-in-headers.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-global-names-in-headers
+
google-global-names-in-headers
==============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-braces-around-statements.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-braces-around-statements.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-braces-around-statements.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-braces-around-statements.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-braces-around-statements
+
google-readability-braces-around-statements
===========================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-casting.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-casting.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-casting.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-casting.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-casting
+
google-readability-casting
==========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-function-size.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-function-size.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-function-size.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-function-size.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-function-size
+
google-readability-function-size
================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-namespace-comments.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-namespace-comments.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-namespace-comments.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-namespace-comments.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-namespace-comments
+
google-readability-namespace-comments
=====================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-redundant-smartptr-get
+
google-readability-redundant-smartptr-get
=========================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-todo.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-todo.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-todo.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-readability-todo.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-readability-todo
+
google-readability-todo
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-int.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-int.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-int.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-int.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-runtime-int
+
google-runtime-int
==================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-runtime-member-string-references
+
google-runtime-member-string-references
=======================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-runtime-memset
+
google-runtime-memset
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-operator.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-operator.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-operator.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-operator.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - google-runtime-operator
+
google-runtime-operator
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst Tue Dec 22 11:36:49 2015
@@ -1,4 +1,6 @@
-List of clang-tidy Checks
+.. title:: clang-tidy - Clang-Tidy Checks
+
+Clang-Tidy Checks
=========================
.. toctree::
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-header-guard.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-header-guard.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-header-guard.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-header-guard.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - llvm-header-guard
+
llvm-header-guard
=================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-include-order.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-include-order.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-include-order.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-include-order.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - llvm-include-order
+
llvm-include-order
==================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-namespace-comment.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-namespace-comment.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-namespace-comment.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-namespace-comment.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - llvm-namespace-comment
+
llvm-namespace-comment
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-twine-local.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-twine-local.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-twine-local.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/llvm-twine-local.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - llvm-twine-local
+
llvm-twine-local
================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-argument-comment
+
misc-argument-comment
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assert-side-effect.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assert-side-effect.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assert-side-effect.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assert-side-effect.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-assert-side-effect
+
misc-assert-side-effect
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assign-operator-signature.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assign-operator-signature.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assign-operator-signature.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-assign-operator-signature.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-assign-operator-signature
+
misc-assign-operator-signature
==============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-bool-pointer-implicit-conversion
+
misc-bool-pointer-implicit-conversion
=====================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inaccurate-erase.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inaccurate-erase.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inaccurate-erase.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inaccurate-erase.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-inaccurate-erase
+
misc-inaccurate-erase
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inefficient-algorithm.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inefficient-algorithm.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inefficient-algorithm.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-inefficient-algorithm.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-inefficient-algorithm
+
misc-inefficient-algorithm
==========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-parentheses.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-parentheses.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-parentheses.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-parentheses.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-macro-parentheses
+
misc-macro-parentheses
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-macro-repeated-side-effects
+
misc-macro-repeated-side-effects
================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-move-constructor-init
+
misc-move-constructor-init
==========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-new-delete-overloads
+
misc-new-delete-overloads
=========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-noexcept-move-constructor.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-noexcept-move-constructor.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-noexcept-move-constructor.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-noexcept-move-constructor.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-noexcept-move-constructor
+
misc-noexcept-move-constructor
==============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-non-copyable-objects
+
misc-non-copyable-objects
=========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-sizeof-container
+
misc-sizeof-container
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-static-assert
+
misc-static-assert
==================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-string-integer-assignment
+
misc-string-integer-assignment
==============================
@@ -6,11 +8,13 @@ The check finds assignments of an intege
following assignment operator of ``std::basic_string<CharT>``:
.. code:: c++
+
basic_string& operator=( CharT ch );
Numeric types can be implicity casted to character types.
.. code:: c++
+
std::string s;
int x = 5965;
s = 6;
@@ -19,6 +23,7 @@ Numeric types can be implicity casted to
Use the appropriate conversion functions or character literals.
.. code:: c++
+
std::string s;
int x = 5965;
s = '6';
@@ -27,5 +32,6 @@ Use the appropriate conversion functions
In order to suppress false positives, use an explicit cast.
.. code:: c++
+
std::string s;
s = static_cast<char>(6);
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-swapped-arguments.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-swapped-arguments.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-swapped-arguments.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-swapped-arguments.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-swapped-arguments
+
misc-swapped-arguments
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-throw-by-value-catch-by-reference
+
misc-throw-by-value-catch-by-reference
======================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-undelegated-constructor.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-undelegated-constructor.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-undelegated-constructor.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-undelegated-constructor.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-undelegated-constructor
+
misc-undelegated-constructor
============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-uniqueptr-reset-release
+
misc-uniqueptr-reset-release
============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-alias-decls.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-alias-decls.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-alias-decls.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-alias-decls.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-unused-alias-decls
+
misc-unused-alias-decls
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-parameters.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-parameters.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-parameters.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-parameters.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-unused-parameters
+
misc-unused-parameters
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - misc-unused-raii
+
misc-unused-raii
================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-loop-convert
+
modernize-loop-convert
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-make-unique
+
modernize-make-unique
=====================
@@ -12,4 +14,3 @@ to ``std::make_unique``, introduced in C
// becomes
auto my_ptr = std::make_unique<MyPair>(1, 2);
-
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-pass-by-value
+
modernize-pass-by-value
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-replace-auto-ptr
+
modernize-replace-auto-ptr
==========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-shrink-to-fit
+
modernize-shrink-to-fit
=======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-use-auto
+
modernize-use-auto
==================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-default.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-default.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-default.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-default.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-use-default
+
modernize-use-default
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-use-nullptr
+
modernize-use-nullptr
=====================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-override.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-override.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-override.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-override.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - modernize-use-override
+
modernize-use-override
======================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-braces-around-statements
+
readability-braces-around-statements
====================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-container-size-empty.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-container-size-empty.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-container-size-empty.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-container-size-empty.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-container-size-empty
+
readability-container-size-empty
================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-else-after-return
+
readability-else-after-return
=============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-function-size
+
readability-function-size
=========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-identifier-naming.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-identifier-naming.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-identifier-naming.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-identifier-naming.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-identifier-naming
+
readability-identifier-naming
=============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-implicit-bool-cast.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-implicit-bool-cast.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-implicit-bool-cast.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-implicit-bool-cast.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-implicit-bool-cast
+
readability-implicit-bool-cast
==============================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-inconsistent-declaration-parameter-name
+
readability-inconsistent-declaration-parameter-name
===================================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-named-parameter.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-named-parameter.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-named-parameter.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-named-parameter.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-named-parameter
+
readability-named-parameter
===========================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-redundant-smartptr-get
+
readability-redundant-smartptr-get
==================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-cstr.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-cstr.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-cstr.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-cstr.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-redundant-string-cstr
+
readability-redundant-string-cstr
=================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-simplify-boolean-expr
+
readability-simplify-boolean-expr
=================================
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst Tue Dec 22 11:36:49 2015
@@ -1,3 +1,5 @@
+.. title:: clang-tidy - readability-uniqueptr-delete-release
+
readability-uniqueptr-delete-release
====================================
Modified: clang-tools-extra/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/index.rst?rev=256259&r1=256258&r2=256259&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/index.rst (original)
+++ clang-tools-extra/trunk/docs/index.rst Tue Dec 22 11:36:49 2015
@@ -14,7 +14,7 @@ Clang's tooling API's.
Contents
========
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
clang-tidy/index
modularize
More information about the cfe-commits
mailing list