[cfe-dev] Get Replacements to FrontendAction
Daniel Dilts via cfe-dev
cfe-dev at lists.llvm.org
Wed Aug 26 16:29:38 PDT 2015
I have a custom FrontendAction that I want to run using
RefactoringTool::runAndSave(). runAndSave() takes a FrontendActionFactory
and doesn't appear to have a way to pass parameters to the produced action.
How does one get the replacements list from
RefactoringTool::getReplacements() into their FrontendAction?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150826/c9cacb79/attachment.html>
More information about the cfe-dev
mailing list