Security
Some may have concerns about the security of binary files, but the following points should provide assurance about this project:
First and foremost, we have no intention of harming anyone’s project.
Second, our build process is fully transparent. You can review exactly how these binaries are built and track the pull requests showing their origins.
See the pull request list.
Third, when you run the command
clang-format --version
, you can verify the current LLVM version, repository URL, and commit SHA, as shown below:https://github.com/llvm/llvm-project
: The Git repository URL for the LLVM project, which includes Clang.3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff
: The commit hash for the specific version used to buildclang-format
, allowing you to trace the source code exactly.
Last updated