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

Diagnose use of incompatible sanitizers #73347

Merged
merged 1 commit into from
Jun 20, 2020

Commits on Jun 14, 2020

  1. Diagnose use of incompatible sanitizers

    Emit an error when incompatible sanitizer are configured through command
    line options. Previously the last one configured prevailed and others
    were silently ignored.
    
    Additionally use a set to represent configured sanitizers, making it
    possible to enable multiple sanitizers at once. At least in principle,
    since currently all of them are considered to be incompatible with
    others.
    tmiasko committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    0a65f28 View commit details
    Browse the repository at this point in the history