Previously we would provide a fixit which looked like
this unnamed struct at ...::f() but which is obviously
not valid C/C++.
Since there is no real nice way to accesses a static function
from an anonymous struct anyways we simply ignore all
anonymous structs.
Fixes llvm#61736
I wonder if there's a cleaner and more performant way to check this.
I've tried isAnonymousStructOrUnion() from the RecordDecl but that seems to be about something else.