rjmccall added a comment.

Okay, if the basic idea is to avoid anything that would need the linkage to be 
computed, that seems like exactly the right goal.

I know one of the awful ways to get an early reference to the anonymous type is 
to define a typedef of like a pointer to it, then use that in a second 
declarator, then try to give it a typedef-for-linkage-purposes in yet another 
declarator.   I don't know of any way to get an expression whose type involves 
the anonymous type without a non-static member function or initializer or 
something like that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74103/new/

https://reviews.llvm.org/D74103



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to