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
When calling parseCpp with a location l that has positional information (the part after the URI), the function correctly only parses this part of the code. However, all positions in the source locations in the AST are 0-based and not offset by the offset of l.
This does not make sense, because the AST still refers back to the original file and now points to an incorrect position
The text was updated successfully, but these errors were encountered:
When calling
parseCpp
with a locationl
that has positional information (the part after the URI), the function correctly only parses this part of the code. However, all positions in the source locations in the AST are 0-based and not offset by the offset ofl
.This does not make sense, because the AST still refers back to the original file and now points to an incorrect position
The text was updated successfully, but these errors were encountered: