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
This is an example of when to apply -exactpositionresolve option...
It seems like this flag is stored in the Tags file and tags generated without it are incompatible with c-xref updates running without that option, and vice versa.
It would be good to have the precision of -exactpositionresolve with out the cost of losing fast updates...
I am unsure why the macros in the example are missinterpreted since they are local to the C-files they reside in.
Looking at GetChar() in
c-xrefactory
itself, you will find it inlex.c
,classfilereader.c
andcxfile.c
.Pushing one of them and navigating through all references you will see that they are somehow considered the same by
c-xrefactory
.(The example was taken from commit 0bec71f in case those functions are refactored out or renamed in later commits.)
The text was updated successfully, but these errors were encountered: