-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add RealtimeSanitizer to the CMake build system #7764
base: master
Are you sure you want to change the base?
Conversation
Clang gives a warning (-Wperf-constraint-implies-noexcept) if noexcept is not added along with attributes like [[clang::nonblocking]]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generally good.
Of course, this cannot fix the 1000s of expected findings and thus cannot add a CI.
Reminder that it might make sense to update the wiki (and then, maybe update submodule doc/wiki
inside this PR?)
CI broke. Apparently you can't update the wiki directly within the PR, so I'll stash my recent changes and apply them to the wiki after merge. |
See title. More info on this code sanitizer and how to use it can be found here.