Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ↵ | Roman Lebedev | 2018-10-11 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | signed checks Summary: As per IRC disscussion, it seems we really want to have more fine-grained `-fsanitize=implicit-integer-truncation`: * A check when both of the types are unsigned. * Another check for the other cases (either one of the types is signed, or both of the types is signed). This is clang part. Compiler-rt part is D50902. Reviewers: rsmith, vsk, Sanitizers Reviewed by: rsmith Differential Revision: https://reviews.llvm.org/D50901 llvm-svn: 344230 | ||||
* | [clang][ubsan][NFC] Slight test cleanup in preparation for D50901 | Roman Lebedev | 2018-09-27 | 1 | -16/+0 |
| | | | | | | | | | | | | Reviewers: vsk, vitalybuka, filcab Reviewed By: vitalybuka Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D52589 llvm-svn: 343251 | ||||
* | [NFC] Some small test updates for Implicit Conversion sanitizer. | Roman Lebedev | 2018-08-17 | 1 | -0/+131 |
Split off from D50250. llvm-svn: 339995 |