Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h | ||
---|---|---|
24 | Let's not have the visitor / deserializer know about dumping. Can you make a base class like VisitorDelegate that doesn't have any of the dumping related methods in it? | |
42–43 | This FIXME is fixed here and in the type visitor where it came from. You fixed it. :) | |
89–90 | These parameters can be named the same thing. |
Let's not have the visitor / deserializer know about dumping. Can you make a base class like VisitorDelegate that doesn't have any of the dumping related methods in it?