You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you! This is very helpful. Do you have any example plugins for adding functions to source code? I would like an example for adding a new function, with simple and complex variables(like structures ), which also uses inputs form the original source code. For example, an example plugin to ASTMatcher and Rewriter/Refactoring/Replacement tools in a plugin.
The text was updated successfully, but these errors were encountered:
Do you have any example plugins for adding functions to source code?
No, I've not tried implementing anything like that for Clang. Do you have a motivating example? This could be an interesting thing to try! Although, to be perfectly honest, I'm not sure where such function should be defined.
I did implement something similar for LLVM IR. See here and here.
Thank you! This is very helpful. Do you have any example plugins for adding functions to source code? I would like an example for adding a new function, with simple and complex variables(like structures ), which also uses inputs form the original source code. For example, an example plugin to ASTMatcher and Rewriter/Refactoring/Replacement tools in a plugin.
The text was updated successfully, but these errors were encountered: