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
For debugging, I am overriding the ASTConsumer::HandleTopLevelDecl function in MatchASTConsumer, and I am just simply dumping the Decls that get picked up by it.
I notice that this CXXRecordDecl of the union is not picked up by this function.
Is this intentional? Why are global anonymous unions not registered as a "top level declaration"?