The invBool op here expects a bool operand, but in C, the operand might be of a different type (usually int).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a testing request.
clang/test/AST/Interp/c.c | ||
---|---|---|
12–13 | These tests should also work in C++. |
These tests should also work in C++.