We need to know if ASTReader already has a DeserializationListner or
not, and this also helps to create a multiplexing deserialization
listener if there is one already attached.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This seems fine, but I wonder if we should expose a mechanism that will create a multiplex listener automatically as needed?
Comment Actions
Do you mean something like addDeserializationListener which create a multiplex listener with an existing listener? I think that'll be good as well!