[PATCH] D21939: Emit CodeView type records for nested classes

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 14:53:40 PDT 2016


rnk added a comment.

Oh, you should also set ClassOptions::ContainsNestedClass if the nested type list is non-empty.

We should also set ClassOptions::Nested if the scope of a class is a DICompositeType.


http://reviews.llvm.org/D21939





More information about the llvm-commits mailing list