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

clang-tidy bugprone-use-after-move #33557

Merged

Commits on Aug 26, 2019

  1. Enable bugprone-use-after-move

    Enable this clang-tidy check and deal with associated warnings.
    
    Mostly these were suppressions for things in the tests that are
    specifically testing move constructor semantics, but one case was a
    genuine latent bug.
    jbytheway committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    0c3b130 View commit details
    Browse the repository at this point in the history
  2. Fix mismatched declaration name

    This error seems to have crept into master.
    jbytheway committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3d9b8e0 View commit details
    Browse the repository at this point in the history