[PATCH] D37409: [CodeView] Don't output nested typedefs that are scoped to classes.

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 08:32:45 PDT 2017


amccarth added a comment.

Nice description of the problem.

I'm surprised the size difference is so dramatic.  It's hard to imagine that many classes/structs having that many typedefs, except for the standard containers.


https://reviews.llvm.org/D37409





More information about the llvm-commits mailing list