[clang-tools-extra] 5a7bc5e - Fix link to a new check within the release notes.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 2 07:19:36 PST 2020


Author: Aaron Ballman
Date: 2020-11-02T10:19:24-05:00
New Revision: 5a7bc5e2595903e51f0b31e3faf82024e965c962

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

LOG: Fix link to a new check within the release notes.

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 a5f1502f51c8..d29c0730ed6d 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -86,7 +86,7 @@ New checks
 ^^^^^^^^^^
 
 - New :doc:`altera-kernel-name-restriction
-  <clang-tidy/checks/kernel-name-restriction>` check.
+  <clang-tidy/checks/altera-kernel-name-restriction>` check.
 
   Finds kernel files and include directives whose filename is `kernel.cl`,
   `Verilog.cl`, or `VHDL.cl`.


        


More information about the cfe-commits mailing list