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
Bug: Prevent inlining a const variable if a child variable with the same name exists.
A #define with a comment referencing a function would be incorrectly flagged as using that function.
E.g.
#define FOO // Define to tweak behaviour of MyFunc()
...would mean MyFunc() would always be treated as referenced, and could not be automatically removed.
0 commit comments