1 Star 0 Fork 1.4K

testHpro/OpenArkCompiler

Create your Gitee Account
Explore and code with more than 12 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
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/testHpro/OpenArkCompiler.git
git@gitee.com:testHpro/OpenArkCompiler.git
testHpro
OpenArkCompiler
OpenArkCompiler
master

Search