Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for --preserve-routine in clang_delta #45

Open
3 tasks
aytey opened this issue Jan 28, 2021 · 0 comments
Open
3 tasks

Better support for --preserve-routine in clang_delta #45

aytey opened this issue Jan 28, 2021 · 0 comments

Comments

@aytey
Copy link
Contributor

aytey commented Jan 28, 2021

In #44, functionality was introduced that allowed the user to run clang_delta (with --transformation=replace-function-def-with-decl), but to say "do not change this routine".

We have a few extensions that are worth implementing:

  • Extend --query-instances to not only print the instance count, but also the names of the possible routines (which then allows a user to know which name to use as part of --preserve-routine).
  • Support the use of the "full" name (e.g., in the case of templated methods in C++) -- currently templated names do not use the full expansion
  • Allow the user to provide a regex over a simple string, and therefore preserve any matching routine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant