vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.
https://docs.vezel.dev/zig-sdk
BSD Zero Clause License
50 stars 1 forks source link

Consider `clang-format` and `clang-tidy` support #30

Open alexrp opened 2 years ago

alexrp commented 2 years ago

In a similar vein to:

Unfortunately, Zig does not currently ship with these tools, so we would have to require users to install them.

Questions:

alexrp commented 2 years ago

For CI, we'd need to use: https://github.com/KyleMayes/install-llvm-action

alexrp commented 2 years ago

Need to think more about where clang-tidy integration would fit in.