This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] update readability-* and zircon-* check documentation to remove extraneous characters
AbandonedPublic

Authored by MyDeveloperDay on Dec 12 2018, 12:13 AM.

Details

Summary

Using new tool developed as part of D55523: [clang-tidy] Linting .rst documentation, update existing readability-* and zircon-* documentation with the results of validate_check.py -check_all findings

  • removal of double spaces
  • removal of trailing whitespaces
  • removal of blank lines at the end of file
  • removal of double blank adjacent lines
  • maximize 80 chars per line

Diff Detail

Event Timeline

MyDeveloperDay edited reviewers, added: aaron.ballman; removed: Aaron1011.Dec 12 2018, 12:14 AM

I thought I would just correct readability-* and zircon-* to get some feedback if you think this is improving the documentation the way you think it should, if this is OK I can follow up with the other checks (not sure if they are better in separate commits or all together)

I thought I would just correct readability-* and zircon-* to get some feedback if you think this is improving the documentation the way you think it should, if this is OK I can follow up with the other checks (not sure if they are better in separate commits or all together)

Sounds, good. I would honestly even wait until we settle on the validate_check and then merge theses improvements, too.
In general what I see here looks good :)

Looks OK for me, but I agree with Jonas, it's better to commit changes made with final version.

docs/clang-tidy/checks/readability-uppercase-literal-suffix.rst
6

Should be separate statement. Was mistake in original documentation.

MyDeveloperDay abandoned this revision.Jan 9 2019, 2:25 AM