[clang] [clang][docs] Move entries around (PR #97416)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 06:28:45 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Balazs Benics (steakhal)

<details>
<summary>Changes</summary>

Let's just move these under the
`Non-comprehensive list of changes in this release` section.

Resolves:
 - https://github.com/llvm/llvm-project/pull/79261#issuecomment-2202950396
 - https://github.com/llvm/llvm-project/pull/65484#issuecomment-2202956759

---
Full diff: https://github.com/llvm/llvm-project/pull/97416.diff


1 Files Affected:

- (modified) clang/docs/ReleaseNotes.rst (+5-5) 


``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 9741730604441..181d10008bc8c 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -409,6 +409,11 @@ Non-comprehensive list of changes in this release
 - ``#pragma GCC diagnostic warning "-Wfoo"`` can now downgrade ``-Werror=foo``
   errors and certain default-to-error ``-W`` diagnostics to warnings.
 
+- Support importing C++20 modules in clang-repl.
+
+- Added support for ``TypeLoc::dump()`` for easier debugging, and improved
+  textual and JSON dumping for various ``TypeLoc``-related nodes.
+
 New Compiler Flags
 ------------------
 - ``-fsanitize=implicit-bitfield-conversion`` checks implicit truncation and
@@ -1169,11 +1174,6 @@ Crash and bug fixes
 Improvements
 ^^^^^^^^^^^^
 
-- Support importing C++20 modules in clang-repl.
-
-- Added support for ``TypeLoc::dump()`` for easier debugging, and improved
-  textual and JSON dumping for various ``TypeLoc``-related nodes.
-
 Moved checkers
 ^^^^^^^^^^^^^^
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/97416


More information about the cfe-commits mailing list