You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If statements (vs constructs, which are multi line) are probably handled correctly, but their robustness should be checked because certain cases (say if you have a line continuation in the condition) might be problematic for the instrumentor. We do not need to worry about the alternate return form where return is followed by an integer-scalar-expression. (See #32 )
The text was updated successfully, but these errors were encountered:
If statements (vs constructs, which are multi line) are probably handled correctly, but their robustness should be checked because certain cases (say if you have a line continuation in the condition) might be problematic for the instrumentor. We do not need to worry about the alternate return form where
return
is followed by an integer-scalar-expression. (See #32 )The text was updated successfully, but these errors were encountered: