Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
025166a
[Clang][counted_by] Add support for 'counted_by' on struct pointers
bwendling Jan 11, 2025
734b799
Remove outdated comments.
bwendling Apr 8, 2025
d753a69
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 14, 2025
409b18a
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 17, 2025
f66cbcf
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 17, 2025
79acdf9
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 17, 2025
27b2ad9
Peel out "return positive or zero" into its own function.
bwendling Apr 17, 2025
8fcac29
Refactor the 'count' and 'index' retrievals.
bwendling Apr 17, 2025
ad73d06
Add tests for deep casts.
bwendling Apr 17, 2025
19e4e80
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 21, 2025
84e9ecc
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 23, 2025
4439836
Take casted arrays into account when calculating the size.
bwendling Apr 24, 2025
938b664
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 24, 2025
ac24f04
Reformat
bwendling Apr 24, 2025
fb1433b
Move search for l-value to r-value cast into a visitor and remove the…
bwendling Apr 25, 2025
23021aa
Move the EmitCheckedLValue call after any potential early returns.
bwendling Apr 25, 2025
dbdfac0
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling Apr 29, 2025
e3cdccc
Merge branch 'llvm:main' into counted-by-on-struct-pointers
bwendling May 13, 2025
8aa6983
Add some extra testcases from PR136239, which is superseded by this PR.
bwendling May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading