[PATCH] D23894: [Clang-tidy] Fix some checks documentation style

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 10:55:09 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL279846: [Clang-tidy] Fix some checks documentation style. (authored by eugenezelenko).

Changed prior to commit:
  https://reviews.llvm.org/D23894?vs=69301&id=69404#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23894

Files:
  clang-tools-extra/trunk/docs/clang-tidy/checks/cert-err34-c.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-slicing.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-using-namespace.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-member-string-references.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-fold-init-type.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-forward-declaration-namespace.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-misplaced-const.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-const-arg.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-multiple-statement-macro.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-redundant-expression.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-container.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-sizeof-expression.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-integer-assignment.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-string-literal-with-embedded-nul.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-suspicious-string-compare.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-raii.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-unused-using-decls.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-avoid-bind.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-using.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-string-concatenation.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-avoid-const-params-in-decls.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-deleted-default.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-redundant-string-init.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23894.69404.patch
Type: text/x-patch
Size: 36640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160826/e93108ff/attachment-0001.bin>


More information about the cfe-commits mailing list