Closed GitMensch closed 1 year ago
it seems like you have a ton of debatable clang-tidy checks enabled - we have a .clang-tidy
with some hand-picked rules enabled. and our CI doesn't report any issues, so could it be that your clangd simply doesn't pick up our config?
anyhow, if you want to fix those feel free to do, but some are simply false positives like or not to my liking - esp. those in the tst_*
files or relating to -Wgnu-zero-variadic-macro-arguments
.
Describe the bug Seen with the updated #445 - clangd has several complains
To Reproduce Steps to reproduce the behavior: Run clangd manually (using compile_commands.json which may be created by passing `-D
Possibly expected behavior Warning free. At least a one time check seems reasonable.
clangd complains in json format as this is most easy for me to copy+paste