llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-tidy

Author: Dave Allured (Dave-Allured)

<details>
<summary>Changes</summary>

Link title for `CERT C Coding Standard rule PRE20-C` should be `PRE02-C` to 
match target.

---
Full diff: https://github.com/llvm/llvm-project/pull/173101.diff


1 Files Affected:

- (modified) 
clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst (+1-1) 


``````````diff
diff --git 
a/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst 
b/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst
index 80cea089564e4..bfeb7cfce4334 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst
@@ -19,5 +19,5 @@ with parentheses. This ensures that the argument value is 
calculated
 properly.
 
 This check corresponds to the CERT C Coding Standard rule
-`PRE20-C. Macro replacement lists should be parenthesized.
+`PRE02-C. Macro replacement lists should be parenthesized.
 
<https://wiki.sei.cmu.edu/confluence/display/c/PRE02-C.+Macro+replacement+lists+should+be+parenthesized>`_

``````````

</details>


https://github.com/llvm/llvm-project/pull/173101
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to