From 6a8234396322ac6265f39ee439c71bc689b595e9 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 21 Aug 2023 08:25:58 -0400 Subject: [PATCH] Remove a release note that should not have snuck in --- clang/docs/ReleaseNotes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ccc78e3..5add596 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -699,8 +699,6 @@ Bug Fixes in This Version (`#64005 _`) - Fix crash on nested templated class with template function call. (`#61159 _`) -- Fix crash on use of a variadic overloaded operator. - (`#42535 _`) - Fix a hang on valid C code passing a function type as an argument to ``typeof`` to form a function declaration. (`#64713 _`) -- 2.7.4