oneAPI Deep Neural Network Library (oneDNN). Contribute to uxlfoundation/oneDNN development by creating an account on GitHub.
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...
⚠️Clang-Tidyfound issue(s) with the introduced code (1/4) src/torrent/peer/peer_info.h uint32_t m_transferCounter; uint32_t m_lastConnection; uint32_t m_lastHandshake; uint32_t m_failedCounter{0}; github-actionsbotApr 10, 2025 ⚠️readability-identifier-naming⚠️ invalid ...
.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...
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...
.github build_files doc extern intern lib locale release scripts source tests tools .clang-format .clang-tidy .editorconfig .git-blame-ignore-revs .gitignore .gitmodules AUTHORS CMakeLists.txt COPYING GNUmakefile README.md make.bat pyproject.toml Breadcrumbs blender / .clang-tidy Latest commit...
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...
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: ...
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...
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