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
Hi!
I tried to get pointer alias with your tool,but I found that the output information has no line number, even though I used the --position option. Could you tell me how to deal with it,Thank you very much!
I used the following command line:
srcml swap.c --position -o swap.xml
srcptr -a swap.xml >p.out
The output information is as shown below:
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. The issue is that srcML's position tag format was updated, but srcPtr hasn't and still relies on the previous position tag format.
The solution would be to downgrade to an earlier version of srcML.
Hi!
I tried to get pointer alias with your tool,but I found that the output information has no line number, even though I used the
--position
option. Could you tell me how to deal with it,Thank you very much!I used the following command line:
The output information is as shown below:
The text was updated successfully, but these errors were encountered: