1 Star 0 Fork 0

bigfoolliu/grpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-tidy 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Esun Kim 提交于 2020-12-01 10:01 . Enable google-explicit-constructor
---
# Disable abseil-no-namespace: https://bugs.llvm.org/show_bug.cgi?id=47947
Checks: '-*,
abseil-*,
-abseil-no-namespace,
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-too-small-loop-variable,
performance-*,
-performance-unnecessary-copy-initialization,
-performance-unnecessary-value-param,
google-*,
-google-runtime-int,
-google-runtime-references,
misc-definitions-in-headers,
misc-static-assert,
misc-unconventional-assign-operator,
misc-uniqueptr-reset-release,
misc-unused-alias-decls,
misc-unused-using-decls,
modernize-make-unique,
-modernize-redundant-void-arg,
modernize-replace-auto-ptr,
modernize-shrink-to-fit,
modernize-use-bool-literals,
modernize-use-nullptr,
modernize-use-override,
readability-container-size-empty,
readability-deleted-default,
readability-function-size,
readability-inconsistent-declaration-parameter-name,
readability-redundant-control-flow,
readability-redundant-smartptr-get,
readability-string-compare'
WarningsAsErrors: '*'
CheckOptions:
- key: readability-function-size.StatementThreshold
value: '450'
- key: modernize-make-unique.MakeSmartPtrFunction
value: 'absl::make_unique'
- key: modernize-make-unique.MakeSmartPtrFunctionHeader
value: 'absl/memory/memory.h'
- key: google-readability-braces-around-statements.ShortStatementLines
value: 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bigfoolliu/grpc.git
[email protected]:bigfoolliu/grpc.git
bigfoolliu
grpc
grpc
master

搜索帮助