Closed afd closed 2 years ago
Sometimes the AST will feature a nest of cast expressions. E.g.:
int foo() { unsigned x; return static_cast<int>(x); }
will yield an explicit cast that encloses two implicit casts.
It should suffice to mutate a cast expression only when:
Sometimes the AST will feature a nest of cast expressions. E.g.:
will yield an explicit cast that encloses two implicit casts.
It should suffice to mutate a cast expression only when: