[PATCH] D25752: Make TypeRecordBuilder usable for symbols

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 11:10:41 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: include/llvm/DebugInfo/CodeView/CodeViewRecordBuilder.h:73
+protected:
+  virtual bool canSplitRecord() const = 0;
+
----------------
Let's make this a bool member, and have `TypeRecordBuilder` do the Kind check in its constructor.


https://reviews.llvm.org/D25752





More information about the llvm-commits mailing list