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 misc-use-override doesn't check for C++11 or newer #23012

Closed
EugeneZelenko opened this issue Feb 20, 2015 · 2 comments
Closed

clang-tidy misc-use-override doesn't check for C++11 or newer #23012

EugeneZelenko opened this issue Feb 20, 2015 · 2 comments
Labels
bugzilla Issues migrated from bugzilla clang-tidy

Comments

@EugeneZelenko
Copy link
Contributor

Bugzilla Link 22638
Resolution FIXED
Resolved on Feb 27, 2015 13:36
Version unspecified
OS All

Extended Description

clang-tidy misc-use-override doesn't check code compilation mode for C++11 or newer.

I run clang-tidy with all checkers enabled for code compiled with -std=c++98 and misc-use-override issued its warnings.

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 27, 2015

Fixed in r230765.

@EugeneZelenko
Copy link
Contributor Author

Thank you for help!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang-tidy
Projects
None yet
Development

No branches or pull requests

2 participants