Skip to content

Commit 95386cc

Browse files
authored
[clang-tidy][docs] Avoid recommending links to non-free coding guidelines (#160745)
Based on [this thread](https://discourse.llvm.org/t/will-clang-frontend-plan-accept-misra-check-tools/84754), it might not be OK to link to MISRA/other coding guidelines that have tight restrictions on redistribution. on-behalf-of: @amd <[email protected]>
1 parent 26e370b commit 95386cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ in the release notes, as the first sentence in the doxygen comments in the heade
436436
for your check class and as the first sentence of the check documentation. Avoid the
437437
phrase "this check" in your check summary and check documentation.
438438

439-
If your check relates to a published coding guideline (C++ Core Guidelines, MISRA, etc.)
439+
If your check relates to a published coding guideline (C++ Core Guidelines, SEI CERT, etc.)
440440
or style guide, provide links to the relevant guideline or style guide sections in your
441441
check documentation.
442442

0 commit comments

Comments
 (0)