[PATCH] D64543: [Docs] Add standardized header links to analyzer doc
Nathan Huckleberry via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 17:24:15 PDT 2019
Nathan-Huckleberry created this revision.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, jfb, Szelethus, a.sidorin, mgrang, baloghadamsoftware.
Herald added a project: clang.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64543
Files:
clang/docs/analyzer/checkers.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64543.209101.patch
Type: text/x-patch
Size: 58725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190711/4212b3a2/attachment-0001.bin>
More information about the cfe-commits
mailing list