[clang-tools-extra] 38a9e1d - [clang-tidy][NFC] Fix Release Notes build error

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 13:05:42 PST 2023


Author: Carlos Galvez
Date: 2023-01-23T21:05:08Z
New Revision: 38a9e1d41264b551f659a5d9215109a96e74cadd

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

LOG: [clang-tidy][NFC] Fix Release Notes build error

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 164fe12b9e610..c83306f67b415 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -213,7 +213,7 @@ Changes in existing checks
 
 - Deprecated check-local options `HeaderFileExtensions` and `ImplementationFileExtensions`
   in :doc:`misc-unused-using-decls
-  <clang-tidy/checks/misc/misc-unused-using-decls>` check.
+  <clang-tidy/checks/misc/unused-using-decls>` check.
   Global options of the same name should be used instead.
 
 - Improved :doc:`modernize-loop-convert <clang-tidy/checks/modernize/loop-convert>`


        


More information about the cfe-commits mailing list