rnk wrote: > Add the "::<!module-name>" suffix MSVC appends to externally-visible > module-owned entities, and the "$$_A" marker it adds to a module-owned record > referenced as an embedded type (e.g. in RTTI or a cross-module parameter), > matching MSVC's mangling.
You know, I really believed the people who told me back in 2018 that modules weren't going to impact the mangling scheme. But I guess feeling betrayed by WG21 is like the [frog being surprised by the scorpion's sting](https://en.wikipedia.org/wiki/The_Scorpion_and_the_Frog). https://github.com/llvm/llvm-project/pull/220820 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
