We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported on Google Code with ID 74
We don't instrument these tests: void example(int *ptr) { __sync_fetch_and_add(ptr, 1); } void example(int *ptr, int compare_to, int new_value) { __sync_val_compare_and_swap(ptr, compare_to, new_value); }
Reported by konstantin.s.serebryany on 2012-05-29 14:50:46
konstantin.s.serebryany
The text was updated successfully, but these errors were encountered:
LLVM r157683.
Reported by konstantin.s.serebryany on 2012-05-30 09:07:44
Fixed
Sorry, something went wrong.
Adding Project:AddressSanitizer as part of GitHub migration.
Reported by ramosian.glider on 2015-07-30 09:12:59
ramosian.glider
No branches or pull requests
Originally reported on Google Code with ID 74
Reported by
konstantin.s.serebryany
on 2012-05-29 14:50:46The text was updated successfully, but these errors were encountered: