Update documentation of the modernize module with clang-modernize's documentation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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/ | |
s/transform/check/