Technical notes
  • Home
  • About me

clang-format

A collection of 1 post
bazel

Using Bazel aspects to run clang-format

Bazel's aspects are next to rules the major building block used to extend the functionality of your build system. Contrary to rules, aspects allow to run particular functionality over an existing dependency graph. Aspect are documented pretty well on the bazel documentation page: Aspects | BazelBazel Let's build on top of
Jun 28, 2022 3 min read
Page 1 of 1
Technical notes © 2023
Powered by Ghost