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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 09:34:46 PDT 2017


rnk added a comment.

Thanks for fixing this, I think this was a regression from my change https://reviews.llvm.org/rL310410. The intention of that change was just to get LF_NESTED records inside the LF_FIELDLISTs, but I didn't notice the extra S_UDTs that were created, which lead to this explosion.


https://reviews.llvm.org/D37409





More information about the llvm-commits mailing list