-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small improvements in bounds widening code (#877)
- Removed double semicolons - Replaced std::sort with llvm::sort - Added IgnoreParens in SplitIntoBaseOffset function - Added an llvm::raw_ostream object to the BoundsAnalysis class - Added a unit test for parenthesized bounds declaration and dereference
- Loading branch information
Mandeep Singh Grang
authored
Jul 30, 2020
1 parent
e943385
commit 2745f7d
Showing
3 changed files
with
32 additions
and
16 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