[clang-tools-extra] [clang-tidy] Avoid recommending links to non-free coding guidelines (PR #160745)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 12:23:58 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.)
----------------
vbvictor wrote:
Isn't it freely licensed so we implement checks for it? I may not have enough knowledge on the licensing part, maybe other reviewers would help
https://github.com/llvm/llvm-project/pull/160745
More information about the cfe-commits
mailing list