Part of http://reviews.llvm.org/D7827. Moves SymbolizerProcess and ExternalSymbolizerInterface into the header. The plan is to later transform SymbolizerProcess into something that better abstracts the communication with an external process, and turn ExternalSymbolizerInterface into a generic tool interface that all symbolizers will implement.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Addressing review comments: Added override, changed protected back to private (I realized I didn't have any good reason for that change).
Please add override here.