-
Notifications
You must be signed in to change notification settings - Fork 94
clang-tidy.yml: updated to Clang 21 #421
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
base: master
Are you sure you want to change the base?
Conversation
db52506
to
7babd3f
Compare
|
The root cause of this issue seems to be that I think the cleanest solution to this is to replace the references with pointers and implement sane move operators. I'll work out a draft. @danmar please chime in if you have an opinion on this. |
Related: #493 |
I filed https://trac.cppcheck.net/ticket/14119 about detecting one of the |
I worked around the |
// NOLINTNEXTLINE(misc-const-correctness) - FP | ||
FileData *const newdata = new FileData(std::move(data)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I filed llvm/llvm-project#157730 about this.
No description provided.