This is an archive of the discontinued LLVM Phabricator instance.

[docs] improve documentation for misc-const-correctness
ClosedPublic

Authored by JonasToth on Aug 19 2022, 8:49 AM.

Details

Summary

Improve the documentation for 'misc-const-correctness' to:

  • include better examples
  • improve the english
  • fix links to other checks that were broken due to the directory-layout changes
  • mention the limitation that the check does not run on C code.

Addresses #56749, #56958

Diff Detail

Event Timeline

JonasToth created this revision.Aug 19 2022, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2022, 8:49 AM
JonasToth requested review of this revision.Aug 19 2022, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2022, 8:49 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
  • mention C limitation
JonasToth edited the summary of this revision. (Show Details)Aug 19 2022, 11:08 AM
njames93 accepted this revision.Aug 27 2022, 2:30 AM
This revision is now accepted and ready to land.Aug 27 2022, 2:30 AM
This revision was automatically updated to reflect the committed changes.