dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 102 forks source link

Build clang-tools-extra to get clang-tidy #928

Closed jkoritzinsky closed 8 months ago

jkoritzinsky commented 8 months ago

clang-tidy is one of the tools used in the JIT formatting scripts, along with clang-format.

Clang-format is already included today in the image (it builds as part of the clang project).