[PATCH] D21361: [pdbdump] Verify LF_{CLASS, ENUM, INTERFACE, STRUCTURE, UNION} records.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 16:32:25 PDT 2016


ruiu added a comment.

I tried to use the visitor, but it didn't fit well this case. If I had used the visitor,
we would have had much more code here. So I used a simple template function
instead of the visitor class.


http://reviews.llvm.org/D21361





More information about the llvm-commits mailing list