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
I realized that when I have a macro calling a function like: #define foo(a) bar(a)
bar won't be detected as direct callee of foo macro.
Is this intentional?
I realized that when I have a macro calling a function like:
#define foo(a) bar(a)bar won't be detected as direct callee of foo macro.
Is this intentional?