Ai
1.4K Star 7.6K Fork 1.4K

GVP方舟编译器/OpenArkCompiler

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.clang-tidy 1.55 KB
Copy Edit Raw Blame History
shining authored 2020-02-17 17:01 +08:00 . Update the .clang-tidy to add check rules
Checks: '-*,readability-identifier-naming,readability-function-size,
readability-braces-around-statements,readability-magic-numbers,
misc-unused-parameters,modernize-use-nullptr,modernize-replace-auto-ptr,
modernize-use-noexcept,modernize-use-override,performance-move-const-arg,
cppcoreguidelines-pro-type-cstyle-cast,cppcoreguidelines-pro-type-reinterpret-cast,
cppcoreguidelines-pro-type-const-cast'
CheckOptions:
- key: readability-identifier-naming.ClassCase
value: CamelCase
- key: readability-identifier-naming.StructCase
value: CamelCase
- key: readability-identifier-naming.TypedefCase
value: CamelCase
- key: readability-identifier-naming.EnumCase
value: CamelCase
- key: readability-identifier-naming.EnumConstantCase
value: camelBack
- key: readability-identifier-naming.UnionCase
value: CamelCase
- key: readability-identifier-naming.NamespaceCase
value: lower_case
- key: readability-identifier-naming.FunctionCase
value: CamelCase
- key: readability-identifier-naming.VariableCase
value: camelBack
- key: readability-identifier-naming.ConstantCase
value: camelBack
- key: readability-function-size.StatementThreshold
value: 50
- key: readability-function-size.ParameterThreshold
value: 5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/openarkcompiler/OpenArkCompiler.git
git@gitee.com:openarkcompiler/OpenArkCompiler.git
openarkcompiler
OpenArkCompiler
OpenArkCompiler
master

Search