This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Add standardized header links to analyzer doc
ClosedPublic

Authored by Nathan-Huckleberry on Jul 10 2019, 5:21 PM.

Details

Summary

Header links should have some standard form so clang tidy
docs can easily reference them. The form is as follows.

Start with the analyzer full name including packages.
Replace all periods with dashes and lowercase everything.

Ex: core.CallAndMessage -> core-callandmessage

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2019, 5:21 PM
  • Fixed periods in sentences being dashes
  • Fix file periods being converted to dashes
  • Fix .m and i..
Szelethus accepted this revision.Jul 11 2019, 8:17 AM

Woohoo!

This revision is now accepted and ready to land.Jul 11 2019, 8:17 AM
aaron.ballman accepted this revision.Jul 11 2019, 8:32 AM

LGTM! Do you need someone to commit on your behalf?

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2019, 10:11 AM