-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bounds checking notes (#1166)
* Return the Bounds argument from ReplaceLValueInBounds if Bounds is unknown or any * Only store the first expression with unknown bounds assigned to an lvalue in A Only update BlameAssignments and UnknownSrcBounds if the assignment actually changed the bounds of LValueAbstractSet * Remove expected note about the expression 'b' with unknown bounds assigned to 'a' * Add test to bounds-decl-checking.c testing notes for multiple assignments * Add tests for bounds warnings
- Loading branch information
Showing
4 changed files
with
56 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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