Skip to content

Conversation

steakhal
Copy link
Contributor

@steakhal steakhal commented Jul 2, 2024

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

Resolves:

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

Resolves:
 - #79261 (comment)
 - #65484 (comment)
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jul 2, 2024
@llvmbot
Copy link
Member

llvmbot commented Jul 2, 2024

@llvm/pr-subscribers-clang

Author: Balazs Benics (steakhal)

Changes

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

Resolves:


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

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+5-5)
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
 ^^^^^^^^^^^^^^
 

Copy link
Collaborator

@AaronBallman AaronBallman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@steakhal steakhal merged commit 9da86ae into llvm:main Jul 2, 2024
@steakhal steakhal deleted the bb/fixup-csa-docs branch July 2, 2024 13:59
@vgvassilev
Copy link
Contributor

Thank you!

cpiaseque pushed a commit to cpiaseque/llvm-project that referenced this pull request Jul 3, 2024
Let's just move these under the
`Non-comprehensive list of changes in this release` section.

Resolves:
- llvm#79261 (comment)
- llvm#65484 (comment)
kbluck pushed a commit to kbluck/llvm-project that referenced this pull request Jul 6, 2024
Let's just move these under the
`Non-comprehensive list of changes in this release` section.

Resolves:
- llvm#79261 (comment)
- llvm#65484 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants