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

Renaming of analyses #67

Open
hartogss opened this issue Jun 29, 2021 · 0 comments
Open

Renaming of analyses #67

hartogss opened this issue Jun 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hartogss
Copy link
Owner

Similar clang-tidy, it might be better to make the analyses simpler and later use the extracted features and statistics to combine interesting data to gain insights.
E.g. instead of improving ALA to find uses of algorithms in both callexpressions and function pointer, maybe it would be better to rename ALA to std-algorithms-call-exprs and write a second analysis called std-algorithms-functions-pointers.
I reckon that this would greatly aid in keeping the analyses written more simple and more clear.
Right now, one has to really study the doc to understand what ALA really does, which is hard to do and hard to maintain.

@hartogss hartogss added the enhancement New feature or request label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant