This is an archive of the discontinued LLVM Phabricator instance.

Replace references to "transform" with references to "check" where neccessary in the documentation.
ClosedPublic

Authored by angelgarcia on Sep 21 2015, 2:47 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

angelgarcia retitled this revision from to Replace references to "transform" with references to "check" where neccessary in the documentation..
angelgarcia updated this object.
angelgarcia added a reviewer: alexfh.
angelgarcia added subscribers: klimek, cfe-commits.
alexfh accepted this revision.Sep 21 2015, 4:57 AM
alexfh edited edge metadata.

Thanks! LG with a couple of nits.

docs/clang-tidy/checks/modernize-pass-by-value.rst
6 ↗(On Diff #35217)

2gqj

docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
35 ↗(On Diff #35217)

One "the" too much. Also 2gqj

docs/clang-tidy/checks/modernize-use-auto.rst
56 ↗(On Diff #35217)

gqj

58 ↗(On Diff #35217)

Add an empty line above, otherwise this line doesn't get recognized as a list item.

60 ↗(On Diff #35217)

Please try removing the empty lines between these list items to make it easier to see the whole list.

131 ↗(On Diff #35217)

gqj

This revision is now accepted and ready to land.Sep 21 2015, 4:57 AM
angelgarcia edited edge metadata.

Done.

angelgarcia closed this revision.Sep 21 2015, 5:54 AM
This revision was automatically updated to reflect the committed changes.