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
When looking for constructors, do complain if we see an unusual macro with a
parameter: there's a significant chance that it's something new that will
require specific handling. As a consequence, we need to explicitly skip more
things that are known not to be constructors.
Keep ignoring macros without parameters that don't look like constructors
for the types we care about. Those probably don't matter.
Signed-off-by: Gilles Peskine <[email protected]>
0 commit comments