加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-tidy 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kirill Isakov 提交于 2022-05-24 01:22 . Enable more clang-tidy checks
Checks: "-*,performance-*,modernize-*,misc-*,-misc-no-recursion,bugprone-*,-bugprone-macro-parentheses,-bugprone-easily-swappable-parameters,-bugprone-reserved-identifier,-bugprone-suspicious-string-compare,-bugprone-implicit-widening-of-multiplication-result,-bugprone-not-null-terminated-result,-bugprone-branch-clone,-bugprone-sizeof-expression,clang-analyzer-*,-clang-analyzer-security.insecureAPI.*,-clang-analyzer-core.UndefinedBinaryOperatorResult"
HeaderFilterRegex: ".*"
WarningsAsErrors: "*"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化