[clang-tools-extra] 16f6f19 - [clang-tidy][NFC] Update release notes

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 6 02:37:10 PDT 2023


Author: Piotr Zegar
Date: 2023-08-06T09:36:20Z
New Revision: 16f6f1938be6dc582bbfb976603b4e5adfa2302a

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

LOG: [clang-tidy][NFC] Update release notes

Keep release notes in same format, remove the.

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 284399afc11352..998242f9a5c4c0 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -184,7 +184,7 @@ Changes in existing checks
   <clang-tidy/checks/performance/noexcept-swap>` check to enforce a stricter
   match with the swap function signature, eliminating false-positives.
 
-- Improved the :doc:`readability-identifier-naming
+- Improved :doc:`readability-identifier-naming
   <clang-tidy/checks/readability/identifier-naming>` check to emit proper
   warnings when a type forward declaration precedes its definition.
 


        


More information about the cfe-commits mailing list