1 Star 0 Fork 2

snow-tyan / muduo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-tidy 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shuo Chen 提交于 2018-10-24 07:21 . More fixes from clang-tidy.
---
# Only run a few checks for now.
Checks: 'performance-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
User: chenshuo
CheckOptions:
- key: google-runtime-references.WhiteListTypes
value: 'muduo::MutexLock'
- key: llvm-namespace-comment.ShortNamespaceLines
value: '10'
- key: llvm-namespace-comment.SpacesBeforeComments
value: '2'
- key: MuduoRootDirectory
value: '/muduo-cpp11/'
ExtraArgs:
- '-Wno-sign-conversion'
...
C++
1
https://gitee.com/snow-tyan/muduo.git
git@gitee.com:snow-tyan/muduo.git
snow-tyan
muduo
muduo
master

搜索帮助