[pointer] Rename Any -> Unknown/Inaccessible#1909
Merged
Conversation
jswrenn
approved these changes
Oct 14, 2024
c938064 to
3e67424
Compare
f25b7b6 to
99b49b7
Compare
99b49b7 to
e4ae056
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1909 +/- ##
==========================================
+ Coverage 87.66% 87.67% +0.01%
==========================================
Files 17 17
Lines 5968 5973 +5
==========================================
+ Hits 5232 5237 +5
Misses 736 736 ☔ View full report in Codecov by Sentry. |
For aliasing, use `Inaccessible`. For alignment and validity, use `Unknown`.
e4ae056 to
e124ea0
Compare
Any -> Unknown/Inaccessible
joshlf
added a commit
that referenced
this pull request
Feb 25, 2025
For aliasing, use `Inaccessible`. For alignment and validity, use `Unknown`. gherrit-pr-id: I6b21a2d3a712196aed8897780da405dbc4ac6da1
Member
Author
|
Backporting in #2384 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For aliasing, use
Inaccessible. For alignment and validity, useUnknown.