[llvm-branch-commits] [clang] a9e129e - Update release notes for	revert in D145605
    Erich Keane via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Fri Mar 10 06:04:45 PST 2023
    
    
  
Author: Erich Keane
Date: 2023-03-10T06:04:27-08:00
New Revision: a9e129ed8806cc313fcda5017f25206cf73c42ea
URL: https://github.com/llvm/llvm-project/commit/a9e129ed8806cc313fcda5017f25206cf73c42ea
DIFF: https://github.com/llvm/llvm-project/commit/a9e129ed8806cc313fcda5017f25206cf73c42ea.diff
LOG: Update release notes for revert in D145605
D145605 reverted two patches to fix a regression, this patch removes
them from the 16.x release notes.
Added: 
    
Modified: 
    clang/docs/ReleaseNotes.rst
Removed: 
    
################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e11b7a79a22f0..ce7e3ec6f191a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -593,9 +593,6 @@ Improvements to Clang's diagnostics
   language version and specifies in which version it will be a keyword. This
   supports both C and C++.
 
-- When diagnosing multi-level pack expansions of mismatched lengths, Clang will
-  now, in most cases, be able to point to the relevant outer parameter.
-
 - ``no_sanitize("...")`` on a global variable for known but not relevant
   sanitizers is now just a warning. It now says that this will be ignored
   instead of incorrectly saying no_sanitize only applies to functions and
@@ -781,9 +778,6 @@ Bug Fixes to Attribute Support
 
 Bug Fixes to C++ Support
 ^^^^^^^^^^^^^^^^^^^^^^^^
-- Fix multi-level pack expansion of undeclared function parameters.
-  (`#56094 <https://github.com/llvm/llvm-project/issues/56094>`_)
-
 - Address the thread identification problems in coroutines.
   (`#47177 <https://github.com/llvm/llvm-project/issues/47177>`_,
   `#47179 <https://github.com/llvm/llvm-project/issues/47179>`_)
        
    
    
More information about the llvm-branch-commits
mailing list