erenon / bazel_clang_tidy

Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
MIT License
109 stars 58 forks source link

Expand make variables in copts #74

Closed keith closed 1 month ago

keith commented 1 month ago

If you have something like copts = ["-I$(GENDIR)"] this requires pre-processing. There are other use cases like this that likely matter less than this.

erenon commented 1 month ago

Thanks!