Details
Details
- Reviewers
aaron.ballman erichkeane tahonermann shafik
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is missing test coverage (possibly around integer promotion behavior as well).
clang/lib/AST/Interp/ByteCodeExprGen.cpp | ||
---|---|---|
1525 | Are you sure about IsUnsigned? http://eel.is/c++draft/expr.unary.op#8 reads to me like -0ULL will remain unsigned as a result. |
Comment Actions
This was just to make the byte code a little more readable, but given the amount of pending patches I already have, I'll abandon this and maybe revisit at a later point, thanks!
Are you sure about IsUnsigned? http://eel.is/c++draft/expr.unary.op#8 reads to me like -0ULL will remain unsigned as a result.