-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 sends false positive warnings #18617
Comments
i am creating this issue just for those who are interested in the false alarms. |
/cc @raphaelsc |
created llvm/llvm-project#93623 based on https://reviews.llvm.org/D145581 to address the false alarms. |
great initiative @tchaikov. thanks for submitting it. |
merged. lemme see if it is allowed to be backported after it passes the tests |
reopening this issue. because we should be able to use clang-19 which includes the fix . but better off using a distro which has clang-19 prepackaged.
|
since fedora 41 has received the llvm 41 packages. let's use it. Fixes scylladb#18617 Signed-off-by: Kefu Chai <[email protected]>
since fedora 41 has received the llvm 41 packages. let's use it. Fixes scylladb#18617 Signed-off-by: Kefu Chai <[email protected]>
since fedora 41 has received the llvm 41 packages. let's use it. Fixes scylladb#18617 Signed-off-by: Kefu Chai <[email protected]>
since fedora 41 has received the llvm 41 packages. let's use it. Fixes scylladb#18617 Signed-off-by: Kefu Chai <[email protected]>
for instance:
this is a known issue of clang-tidy.
see llvm/llvm-project#57758 and llvm/llvm-project#59612. and there is a fix for it, see https://reviews.llvm.org/D145581 . but this patch is now stalled, and has not landed on llvm yet.
The text was updated successfully, but these errors were encountered: