[cfe-dev] Why Printer Classes are private?
Roman Popov via cfe-dev
cfe-dev at lists.llvm.org
Wed Oct 18 12:53:30 PDT 2017
Hello,
I want to redefine some visitors in DeclPrinter and StmtPrinter, but they
are not exported over Clang API. Why is that?
Currently I have to copy-paste them into my tool. But this unfortunately
leads to some duplication.
-Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20171018/d744000a/attachment.html>
More information about the cfe-dev
mailing list