[clang-tools-extra] [clang-tidy] Avoid recommending links to non-free coding guidelines (PR #160745)
JJ Marr via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 12:09:49 PDT 2025
================
@@ -436,7 +436,7 @@ in the release notes, as the first sentence in the doxygen comments in the heade
for your check class and as the first sentence of the check documentation. Avoid the
phrase "this check" in your check summary and check documentation.
-If your check relates to a published coding guideline (C++ Core Guidelines, MISRA, etc.)
+If your check relates to a freely licensed coding guideline (C++ Core Guidelines, etc.)
----------------
jjmarr-amd wrote:
I'll switch back to "published" then.
https://github.com/llvm/llvm-project/pull/160745
More information about the cfe-commits
mailing list