[clang] 379e55e - Fix release note bug reference from bd7bce2c8465e9cb

via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 09:52:35 PST 2024


Author: erichkeane
Date: 2024-03-04T09:52:30-08:00
New Revision: 379e55ea40cbc5ae8b4a16d96236f6a88bd0a649

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

LOG: Fix release note bug reference from bd7bce2c8465e9cb

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 806dc62cc55d9e..612b4329727455 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -297,7 +297,7 @@ Bug Fixes to C++ Support
   CWG2032. Fixes (#GH83461)
 - Fixed an issue where an attribute on a declarator would cause the attribute to
   be destructed prematurely. This fixes a pair of Chromium that were brought to
-  our attention by an attempt to fix in (#GH77703). Fixes (#GH83611).
+  our attention by an attempt to fix in (#GH77703). Fixes (#GH83385).
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list