This is an archive of the discontinued LLVM Phabricator instance.

Update clang-tidy documentation.
ClosedPublic

Authored by angelgarcia on Sep 18 2015, 7:07 AM.

Details

Summary

Update documentation of the modernize module with clang-modernize's documentation.

Diff Detail

Repository
rL LLVM

Event Timeline

angelgarcia retitled this revision from to Update clang-tidy documentation..
angelgarcia updated this object.
angelgarcia added subscribers: alexfh, klimek, cfe-commits.
This revision was automatically updated to reflect the committed changes.

Thank you for converting the docs!

Some of the usages of "transform" and "transformation" in these docs refer to "clang-modernize transform", and, thus, should be replaced with "check" or "clang-tidy check". I tried to find all such places. See comments.

clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-loop-convert.rst
226

s/transform/check/

234

s/transform/check/

clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst
7

s/transformation/check/

37

s/transform/check/

clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
29

s/transform/check/

35

s/transform/check/

clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst
56

s/transform/check/

131

s/transform/check/

clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nullptr.rst
41

s/transform/check/