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

Custom attributes checker #140

Open
2 tasks
topisani opened this issue Dec 8, 2019 · 0 comments
Open
2 tasks

Custom attributes checker #140

topisani opened this issue Dec 8, 2019 · 0 comments

Comments

@topisani
Copy link
Member

topisani commented Dec 8, 2019

Id like to write a clang-based custom static analysis tool, to add our own [[otto::attributes]]. These should be to enforce things like.

  • Checking action handlers
  • Make sure functions on the audio thread only do things functions on the audio thread are allowed to do.

And more...

This checker should then run on travis to be part of our regular CI

It might make sense to wait for c++20 to do this...

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