Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Clang] Add a release note deprecating __is_nullptr #101638

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

philnik777
Copy link
Contributor

@philnik777 philnik777 commented Aug 2, 2024

See #99038

@philnik777 philnik777 changed the base branch from main to release/19.x August 2, 2024 08:54
@philnik777 philnik777 requested review from AaronBallman and removed request for a team, nikic, JDevlieghere, Endilll and tbaederr August 2, 2024 08:54
@philnik777 philnik777 changed the title release note is nullptr removal [Clang] Add a release note deprecating __is_nullptr Aug 2, 2024
@Endilll Endilll added this to the LLVM 19.X Release milestone Aug 2, 2024
@@ -447,6 +447,10 @@ Non-comprehensive list of changes in this release
type of the pointer was taken into account. This improves
compatibility with GCC's libstdc++.

- The type traits builtin ``__is_nullptr`` is deprecated in CLang 19 and will be
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- The type traits builtin ``__is_nullptr`` is deprecated in CLang 19 and will be
- The type traits builtin ``__is_nullptr`` is deprecated in Clang 19 and will be

@tru tru merged commit b2eab34 into llvm:release/19.x Aug 2, 2024
4 of 7 checks passed
Copy link

github-actions bot commented Aug 2, 2024

@philnik777 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

@philnik777 philnik777 deleted the release_note_is_nullptr_removal branch September 25, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants