[clang-tools-extra] 810f13f - [clang-tools-extra] Fix documentation build (NFC)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 24 19:20:10 PST 2022


Author: Richard
Date: 2022-01-24T20:19:03-07:00
New Revision: 810f13f0ebde70e679a097a9f5dbe37fe58ffa27

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

LOG: [clang-tools-extra] Fix documentation build (NFC)

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 ba0e530b7fec4..cb622f9b09606 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -192,7 +192,7 @@ Changes in existing checks
   option to control whether to warn on narrowing integer to floating-point
   conversions.
 
-- Improved :doc:`performance-move-const-arg` check.
+- Improved :doc:`performance-move-const-arg <clang-tidy/checks/performance-move-const-arg>` check.
 
   Removed a wrong FixIt for trivially copyable objects wrapped by ``std::move()`` and passed to an rvalue reference parameter. Removal of ``std::move()`` would break the code.
 


        


More information about the cfe-commits mailing list