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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 1 16:21:49 PDT 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: alexfh, aaron.ballman, LegalizeAdulthood.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

I tried to make using of `` and ` more consistent. Two Google checks changed to aliases.

I'm not sure about using :option: for check options.

Repository:
  rL LLVM

http://reviews.llvm.org/D18717

Files:
  docs/clang-tidy/checks/cert-err52-cpp.rst
  docs/clang-tidy/checks/cert-err58-cpp.rst
  docs/clang-tidy/checks/cert-flp30-c.rst
  docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst
  docs/clang-tidy/checks/google-build-explicit-make-pair.rst
  docs/clang-tidy/checks/google-build-namespaces.rst
  docs/clang-tidy/checks/google-build-using-namespace.rst
  docs/clang-tidy/checks/google-global-names-in-headers.rst
  docs/clang-tidy/checks/google-readability-braces-around-statements.rst
  docs/clang-tidy/checks/google-readability-casting.rst
  docs/clang-tidy/checks/google-readability-function-size.rst
  docs/clang-tidy/checks/google-readability-todo.rst
  docs/clang-tidy/checks/google-runtime-int.rst
  docs/clang-tidy/checks/google-runtime-member-string-references.rst
  docs/clang-tidy/checks/google-runtime-memset.rst
  docs/clang-tidy/checks/google-runtime-operator.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-assert-side-effect.rst
  docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst
  docs/clang-tidy/checks/misc-new-delete-overloads.rst
  docs/clang-tidy/checks/misc-non-copyable-objects.rst
  docs/clang-tidy/checks/misc-static-assert.rst
  docs/clang-tidy/checks/misc-suspicious-semicolon.rst
  docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
  docs/clang-tidy/checks/misc-unused-parameters.rst
  docs/clang-tidy/checks/modernize-loop-convert.rst
  docs/clang-tidy/checks/modernize-pass-by-value.rst
  docs/clang-tidy/checks/modernize-use-auto.rst
  docs/clang-tidy/checks/modernize-use-nullptr.rst
  docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst
  docs/clang-tidy/checks/readability-braces-around-statements.rst
  docs/clang-tidy/checks/readability-function-size.rst
  docs/clang-tidy/checks/readability-identifier-naming.rst
  docs/clang-tidy/checks/readability-named-parameter.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18717.52441.patch
Type: text/x-patch
Size: 28985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160401/0d682e4f/attachment-0001.bin>


More information about the cfe-commits mailing list