1 Star 0 Fork 22

wangjh/llvm-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.arclint 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"linters": {
"clang-format": {
"type": "script-and-regex",
"script-and-regex.script": "bash utils/arcanist/clang-format.sh",
"script-and-regex.regex": "/^(?P<severity>[[:alpha:]]+)\n(?P<message>[^\n]+)\n(====|(?P<line>\\d),(?P<char>\\d)\n(?P<original>.*)>>>>\n(?P<replacement>.*)<<<<\n)$/s",
"include": [
"(\\.(cc|cpp|h)$)"
],
"exclude": [
"(^clang/test/)"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangjh1121/llvm-project.git
git@gitee.com:wangjh1121/llvm-project.git
wangjh1121
llvm-project
llvm-project
main

搜索帮助