lang格式 包含git和clang的最小docker镜像以运行git-clang-format 。 提供check-format.sh ,它将任何git ref作为参数: check-format.sh将在每个单独的提交上运行git-clang-format --diff ,并且如果创建任何diff都将失败。 .gitlab-ci.yml示例用法: stages : - check # ... clang-format : stage : check image : rechenknecht:5000/clang-format:latest script : - check-format.sh ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME} tags : - docker
2021-07-26 19:50:21 2KB Shell
1
Clang是一个由Apple主导编写,基于LLVM的C/C++/Objective-C编译器.快速编译和较少内存占用 ;有诊断功能;兼容GCC; https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win64.exe
2021-06-09 09:05:08 182.19MB clang llvm clang-format clangFormat
1
libyuv windows编译所需要的工具。gn.exe clang-format.exe isolate.exe
2021-05-11 19:32:15 5.46MB gn.exe clang-format isolate.exe
1
clang-format_6.0.0.exe、clang-format_10.0.0.exe
2021-04-08 13:01:32 1.58MB 工具
1
代码格式化工具
2021-01-28 01:25:15 1.99MB clang-format 格式化
1
Clang是一个由Apple主导编写,基于LLVM的C/C++/Objective-C编译器.快速编译和较少内存占用 ;有诊断功能;兼容GCC;
2020-12-28 21:51:50 172.41MB clang llvm clang-format clangformat
1