[llvm-branch-commits] [clang] 6a82343 - Remove a release note that should not have snuck in

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 21 22:51:36 PDT 2023


Author: Aaron Ballman
Date: 2023-08-22T07:48:14+02:00
New Revision: 6a8234396322ac6265f39ee439c71bc689b595e9

URL: https://github.com/llvm/llvm-project/commit/6a8234396322ac6265f39ee439c71bc689b595e9
DIFF: https://github.com/llvm/llvm-project/commit/6a8234396322ac6265f39ee439c71bc689b595e9.diff

LOG: Remove a release note that should not have snuck in

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ccc78e34e4981f..5add59680fd767 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -699,8 +699,6 @@ Bug Fixes in This Version
   (`#64005 <https://github.com/llvm/llvm-project/issues/64005>_`)
 - Fix crash on nested templated class with template function call.
   (`#61159 <https://github.com/llvm/llvm-project/issues/61159>_`)
-- Fix crash on use of a variadic overloaded operator.
-  (`#42535 <https://github.com/llvm/llvm-project/issues/42535>_`)
 - Fix a hang on valid C code passing a function type as an argument to
   ``typeof`` to form a function declaration.
   (`#64713 <https://github.com/llvm/llvm-project/issues/64713>_`)


        


More information about the llvm-branch-commits mailing list