1 Star 0 Fork 110

lixing.loongson.cn/LLVM-gitee

forked from Gitee 极速下载/LLVM 
加入 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/)"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lixing-loongson-cn/LLVM.git
git@gitee.com:lixing-loongson-cn/LLVM.git
lixing-loongson-cn
LLVM
LLVM-gitee
main

搜索帮助