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
The clang call parser seems to add duplicate calls when they're detected.
As a quick fix a cleanup() method has been added, but it's extremely hacky, and adding duplicates would make the program extremely inefficient when ran over large codebases.
The clang call parser seems to add duplicate calls when they're detected.
As a quick fix a
cleanup()method has been added, but it's extremely hacky, and adding duplicates would make the program extremely inefficient when ran over large codebases.