[PATCH] D24432: Get rid of Data and RawData in CVRecord

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 11:07:15 PDT 2016


rnk added inline comments.

================
Comment at: include/llvm/DebugInfo/CodeView/TypeRecord.h:33
@@ +32,3 @@
+
+struct CVMemberTypeRecord {
+  TypeLeafKind Kind;
----------------
How about `CVMemberRecord`? It's consistent with MEMBER_RECORD vs TYPE_RECORD and visitKnownMember and visitKnownType.


https://reviews.llvm.org/D24432





More information about the llvm-commits mailing list