Skip to content

disabled some clang-tidy checks which are not necessary and slow down the analysis / documented disabled checks - #4468

Merged
orbitcowboy merged 2 commits into
cppcheck-opensource:mainfrom
firewave:tidy
Sep 16, 2022
Merged

disabled some clang-tidy checks which are not necessary and slow down the analysis / documented disabled checks#4468
orbitcowboy merged 2 commits into
cppcheck-opensource:mainfrom
firewave:tidy

Conversation

@firewave

Copy link
Copy Markdown
Collaborator

See llvm/llvm-project#57527 (comment) for details on the slowdown from clang-tidy-14 to clang-tidy-15 as well as data on the most expensive checks.

@firewave

Copy link
Copy Markdown
Collaborator Author

We might be able to disable the extremely expensive misc-confusable-identifiers check as well since it is covered by the -Wbidi-chars GCC compiler warning which is enabled by default - see https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html. So the additional static analysis might not be necessary at all.

@firewave firewave mentioned this pull request Sep 15, 2022
@orbitcowboy
orbitcowboy merged commit 888721e into cppcheck-opensource:main Sep 16, 2022
@firewave
firewave deleted the tidy branch September 16, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants