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
It would be better if it didn't do that. The cause is ConstPropagation's equals recursively checking the arguments of enum values, which seems dubious anyway.
The text was updated successfully, but these errors were encountered:
This currently hangs the analyzer:
It would be better if it didn't do that. The cause is ConstPropagation's
equals
recursively checking the arguments of enum values, which seems dubious anyway.The text was updated successfully, but these errors were encountered: