cbackend: short-cut _print_Conditional if condition is a boolean atom
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:25
| Stage: test |
Download artifacts
No artifacts found |
Without this merge request, it prints
if(True)
{
[...]
}
else
{
[...]
}
Note the uppercase T
, which is not valid C++.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:25
| Stage: test |
Download artifacts
No artifacts found |