2 Star 0 Fork 0

mirrors_intel/cm-compiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.arclint 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
Reid Kleckner 提交于 2020-04-24 17:51 . Fix .arclint on Windows
{
"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)$)"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_intel/cm-compiler.git
git@gitee.com:mirrors_intel/cm-compiler.git
mirrors_intel
cm-compiler
cm-compiler
cmc_monorepo_110

搜索帮助