[clang-tools-extra] b6cd799 - Fix filename typo in rG8d288a0668a5

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 11 09:23:48 PST 2019


Author: Simon Pilgrim
Date: 2019-11-11T17:23:21Z
New Revision: b6cd799e29a9a5cef4d1d722f267e3b59ef6aaca

URL: https://github.com/llvm/llvm-project/commit/b6cd799e29a9a5cef4d1d722f267e3b59ef6aaca
DIFF: https://github.com/llvm/llvm-project/commit/b6cd799e29a9a5cef4d1d722f267e3b59ef6aaca.diff

LOG: Fix filename typo in rG8d288a0668a5

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index a94ee3defd1e..5737dc3d288d 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -94,8 +94,8 @@ Improvements to clang-tidy
   Without the null terminator it can result in undefined behaviour when the
   string is read.
 
-- New alias :doc:`cert-pos44-cpp
-  <clang-tidy/checks/cert-pos44-cpp>` to
+- New alias :doc:`cert-pos44-c
+  <clang-tidy/checks/cert-pos44-c>` to
   :doc:`bugprone-bad-signal-to-kill-thread
   <clang-tidy/checks/bugprone-bad-signal-to-kill-thread>` was added.
 


        


More information about the cfe-commits mailing list