[doc] Remove release notes from the main branch for changes that were backported...
authorMartin Storsjö <martin@martin.st>
Fri, 12 Aug 2022 08:21:51 +0000 (11:21 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 12 Aug 2022 08:21:51 +0000 (11:21 +0300)
clang/docs/ReleaseNotes.rst
lld/docs/ReleaseNotes.rst

index 7e895a6..f2339da 100644 (file)
@@ -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.
index d6b149d..033f76c 100644 (file)
@@ -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
 ------------------