oneAPI Deep Neural Network Library (oneDNN). Contribute to uxlfoundation/oneDNN development by creating an account on GitHub.
# but clang-tidy warns about them anyway as being visible. # clang-tidy can't distinguish between classes and structs, so approximate # with this: - key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic value: '1' 1 2 3 4 5 6 7 8 9 10 11 ...
1 change: 0 additions & 1 deletion 1 .clang-tidy Original file line numberDiff line numberDiff line change @@ -8,7 +8,6 @@ concurrency-*,-modernize-use-trailing-return-type, -modernize-use-nodiscard,-rea -cppcoreguidelines-pro-type-static-cast-downcast' WarningsAsErrors: '' HeaderFilte...
char** p = nullptr; free(p); free((void*) p); free(static_cast<void*>(p)); } Recipe: cmake -B build -S . run-clang-tidy-18 -p build -checks="-*,bugprone-multi-level-implicit-pointer-conversion" Output: Enabled checks: bugprone-multi-level-implicit-pointer-conversion clang-tidy-...
.clang-tidy src aot aot.cpp arch x86_64.cpp ast ast.cpp async_event_types.cpp attachpoint_parser.cpp dibuilderbpf.cpp int_parser.cpp irbuilderbpf.cpp pass_manager.cpp passes codegen_llvm.cpp config_analyser.cpp field_analyser.cpp portability_analyser.cpp printer.cpp...
Background Clang-Tidy is a clang-based C++ “linter” tool designed to help developers identify and fix common programming errors, such as style violations, interface misuse, and bugs that can be detected through static analysis12. It prov...
Apply FixIts proposed by clang-tidy (mostly missing 'const' qualifiers). Change-Id: Ic616ddf6e826ee787c048de3f18aec18f9481532 Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>master jgalar committed Jul 5, 2024 1 parent 16d6497 commit 07c4863 Showing...
Clang-Tidy is part of LLVM, which can be downloaded here. Alternatively, use your system's package manager. Extension Settings This extension contributes the following settings: clang-tidy.executable: The path to the clang-tidy executable clang-tidy.checks: List of checks to enable or disable cl...
Public/backup repository of the GROMACS molecular simulation toolkit. Please do not mine the metadata blindly; we use https://gitlab.com/gromacs/gromacs for code review and issue tracking. - clang-tidy: performance-inefficient-vector-operation · gromacs
My very basic .clang-tidy placed in the root directory: ---Checks:"clang-diagnostic-*,clang-analyzer-*,bugprone-*,cert-*,misc-*,performance-*,readability-*" Steps to reproduce Currently no useful description possible, for me it's: