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
After using clang-tags successfully for some years, I had to rebuild it after a major OS upgrade. Now I have noticed some difficulty: it is not identifying every use of a function. Putting together a minimal test case might take several hours, but if there is a chance of the issue being fixed, I will do so. Meanwhile, here is some evidence.
clang-tags grep finds declaration, definition, and two uses of function topframe. I'm not sure why the uses are listed twice:
After using
clang-tags
successfully for some years, I had to rebuild it after a major OS upgrade. Now I have noticed some difficulty: it is not identifying every use of a function. Putting together a minimal test case might take several hours, but if there is a chance of the issue being fixed, I will do so. Meanwhile, here is some evidence.clang-tags grep
finds declaration, definition, and two uses of functiontopframe
. I'm not sure why the uses are listed twice:The number of actual uses is found by
grep
:Efforts to use
clang-tags find-def
at that location produce onlyeval
, which is the function containing the call.The text was updated successfully, but these errors were encountered: