forked from llvm-mirror/clang
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow -fsanitize=discontiguous and -fsanitize=undefined to generate -…
…Hx,54,0x2c0 which enables: 1. Checking of contiguous pointer assignments and contiguous pointer dummy arguments inside callees (-Hx,54,0x40) 2. Checking the actual argument associated with a contiguous pointer dummy argument at a call-site (-Hx,54,0x80) 3. Do not flag null pointer targets as noncontiguous (-Hx,54,0x200)
- Loading branch information
1 parent
192cf99
commit 58a3ec2
Showing
2 changed files
with
21 additions
and
0 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