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

Declare members of InputTag as thread safe #9180

Merged

Commits on May 20, 2015

  1. Declare members of InputTag as thread safe

    The static analyzer was complaining about the mutable members in InputTag. However, these members are thread safe since they are protected by index_. Added CMS' thread safe attributes to silence the false positive.
    Dr15Jones committed May 20, 2015
    Copy the full SHA
    bcc08e8 View commit details
    Browse the repository at this point in the history