Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 .clang-tidy Original file line numberDiff line numberDiff line change @@ -1,3 +1,3 @@ Checks: '-*,modernize-*,-modernize-use-trailing-return-type, -modernize-return-braced-init-list' Checks: '-*,moderniz...
[clang-tidy] ignore [[clang::lifetimebound]] param in return-const-ref-from-parameter #118315 Merged HerrCai0907 merged 2 commits into main from users/ccc/12-02-_clang-tidy_ignore_clang_lifetimebound_param_in_return-const-ref-from-parameter Dec 3, 2024 +39 −11 Conversation 9 Com...
Clang-Tidy提供了强大的「静态检查」支持,并对于部分代码提供「快速修复」。具体请见Clang-Tidy Checks。这里我主要添加了对于「Google 开源项目风格指南(有中文版,但翻译版本滞后,需注意)」「Cpp Core Guidelines」和性能、潜在的bug、移植性、现代C++的检查。 静态检查 自动添加头文件。对于建议中的项会即时自动添加...
changed since a particular git revision, and makes clang-tidy only lint those. This makes it much less overhead to integrate in CI and much more relevant to developers. This git-enabled mode is optional, and full scans of a directory tree are also possible. In both cases, the script ...
master milvus / .clang-tidy-ignore .clang-tidy-ignore 787 Bytes 一键复制 编辑 原始数据 按行查看 历史 cai.zhang 提交于 4年前 . Add cpplint and optimize the check of c++ code 1234567891011121314151617 # Licensed to the Apache Software Foundation (ASF) under one # or more contributor li...
├── .clang-tidy # Clang-Tidy 配置文件,用于代码静态分析和代码质量检查 ├── .gitattributes # Git 属性配置文件,控制文件的检查、合并和不同平台的换行符设置 ├── .git-blame-ignore-revs # Git blame 忽略特定提交,用于排除格式化提交的影响 ...
(Ignorelist) Suppressing memory leaks Code generation control Instrumentation code outlining Limitations Supported Platforms Current Status More Information ThreadSanitizer Introduction How to build Supported Platforms Usage __has_feature(thread_sanitizer) __attribute__((no_sanitize("thread"))) __attribute_...
deleted functions and constructors.+- Improved :doc:`google-runtime-int` check to ignore+false positives on user defined-literals.+- Improved :doc:`llvm-namespace-comment <clang-tidy/checks/llvm/namespace-comment>` check to provide fixes for ...
ignore implicit functions. For the moment the plan is to ignore these and mark the class with a macro so that it can be given the appropriate properties without explicitly defining all its ctors/dtors. Nov 2, 2023 @llvm/pr-subscribers-clang-tidy ...
.clang-tidy Disable tidy checks with too many hits 6年前 .gitignore Adjust documentation for git migration. 6年前 CMakeLists.txt Moved everything SMT-related to LLVM and updated the cmake scripts. 6年前 CODE_OWNERS.TXT Add myself as code owner for OpenBSD driver ...