llvm-project
db7475a7
- [clang][bytecode] Ignore overflow in unary operators if requested (#132557)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
192 days ago
[clang][bytecode] Ignore overflow in unary operators if requested (#132557) Add PreInc and PreDec ops for this purpose and ignore the overflow if UnaryOperator::canOverflow() returns false.
References
#132557 - [clang][bytecode] Ignore overflow in unary operators if requested
Author
tbaederr
Parents
ccc18ca1
Loading