1 Star 0 Fork 0

黄世杰/rdkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-tidy 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
Greg Landrum 提交于 2017-04-22 17:09 . clang-tidy output
---
Checks: '-*,boost-use-to-string,modernize-use-auto,modernize-use-nullptr,modernize-loop-convert,modernize-use-override,modernize-pass-by-value,modernize-shrink-to-fit'
HeaderFilterRegex: 'Code/'
AnalyzeTemporaryDtors: false
User: glandrum
CheckOptions:
- key: modernize-loop-convert.MaxCopySize
value: '16'
- key: modernize-loop-convert.MinConfidence
value: reasonable
- key: modernize-loop-convert.NamingStyle
value: CamelCase
- key: modernize-pass-by-value.IncludeStyle
value: llvm
- key: modernize-replace-auto-ptr.IncludeStyle
value: llvm
- key: modernize-use-nullptr.NullMacros
value: 'NULL'
...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huang_shijie/rdkit.git
git@gitee.com:huang_shijie/rdkit.git
huang_shijie
rdkit
rdkit
master

搜索帮助