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
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a testing request.
clang/test/AST/Interp/c.c | ||
---|---|---|
15–16 | These tests should also work in C++. |
These tests should also work in C++.