[PATCH] D18717: [Clang-tidy] Improve checks documentation consistency

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 1 18:12:46 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265205: [Clang-tidy] Improve checks documentation consistency. (authored by eugenezelenko).

Changed prior to commit:
  http://reviews.llvm.org/D18717?vs=52441&id=52451#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18717

Files:
  clang-tools-extra/trunk/docs/clang-tidy/checks/cert-err52-cpp.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cert-err58-cpp.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cert-flp30-c.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.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-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-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/misc-assert-side-effect.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-new-delete-overloads.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-non-copyable-objects.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-static-assert.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-suspicious-semicolon.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-unused-parameters.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-braces-around-statements.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-named-parameter.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18717.52451.patch
Type: text/x-patch
Size: 31450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160402/61f16010/attachment-0001.bin>


More information about the cfe-commits mailing list