[clang] e6db064 - [doc] Remove release notes from the main branch for changes that were backported to 15.x

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 01:22:22 PDT 2022


Author: Martin Storsjö
Date: 2022-08-12T11:21:51+03:00
New Revision: e6db064394bc19aac906531564ce59e9de255cc1

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

LOG: [doc] Remove release notes from the main branch for changes that were backported to 15.x

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst
    lld/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7e895a6c8e095..f2339da1a04be 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -91,13 +91,6 @@ Improvements to Clang's diagnostics
   language modes. It may be downgraded to a warning with
   ``-Wno-error=incompatible-function-pointer-types`` or disabled entirely with
   ``-Wno-implicit-function-pointer-types``.
-- When including a PCH from a GCC style directory with multiple alternative PCH
-  files, Clang now requires all defines set on the command line while generating
-  the PCH and when including it to match. This matches GCC's behaviour.
-  Previously Clang would tolerate defines to be set when creating the PCH but
-  missing when used, or vice versa. This makes sure that Clang picks the
-  correct one, where it previously would consider multiple ones as potentially
-  acceptable (and erroneously use whichever one is tried first).
 - Clang will now print more information about failed static assertions. In
   particular, simple static assertion expressions are evaluated to their
   compile-time value and printed out if the assertion fails.

diff  --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index d6b149d16a041..033f76c70d8ff 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -39,11 +39,7 @@ COFF Improvements
 MinGW Improvements
 ------------------
 
-* The ``--exclude-symbols`` option is now supported.
-  (`D130118 <https://reviews.llvm.org/D130118>`_)
-
-* Support for an entirely new object file directive, ``-exclude-symbols:``,
-  has been implemented. (`D130120 <https://reviews.llvm.org/D130120>`_)
+* ...
 
 MachO Improvements
 ------------------


        


More information about the cfe-commits mailing list