1 Star 0 Fork 0

chuck/geant4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-tidy 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabriele Cosmo 提交于 2024-02-16 21:58 +08:00 . Import Geant4 11.2.1 source tree
---
# Minimal set of checks for Geant4
# - See CODING_GUIDELINES.rst for guidelines and instructions for use
# - Full list at https://clang.llvm.org/extra/clang-tidy/checks/list.html
Checks: "-*, \
modernize-deprecated-headers, \
modernize-make-shared, \
modernize-make-unique, \
modernize-redundant-void-arg, \
modernize-use-auto, \
modernize-use-equals-default, \
modernize-use-nullptr, \
modernize-use-override, \
modernize-use-using, \
performance-faster-string-find, \
performance-for-range-copy, \
performance-inefficient-string-concatenation, \
performance-trivially-destructible, \
readability-delete-null-pointer, \
readability-duplicate-include, \
readability-string-compare"
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: file
CheckOptions:
- key: modernize-use-auto.RemoveStars
value: 'true'
- key: performance-faster-string-find.StringLikeClasses
value: 'G4String;::std::basic_string;::std::basic_string_view'
...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chuck_chen/geant4.git
git@gitee.com:chuck_chen/geant4.git
chuck_chen
geant4
geant4
master

搜索帮助