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
Segmentation fault occurs on AlwaysFFAssignmentOutsideConditionalslang-tidy checker, I guess because out expression's syntax is null when trying to get location.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running slang-tidy on example below, it crashes.
To Reproduce
Consider the following code:
Segmentation fault occurs on
AlwaysFFAssignmentOutsideConditional
slang-tidy
checker, I guess becauseout
expression's syntax is null when trying to get location.The text was updated successfully, but these errors were encountered: