[PATCH] D37409: [CodeView] Don't output nested typedefs that are scoped to classes.
David Majnemer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:53:29 PDT 2017
majnemer added a comment.
What about:
struct X {
typedef struct {} Y;
};
?
https://reviews.llvm.org/D37409
More information about the llvm-commits
mailing list