dayfoo
dayfoo
In my case, any header files, which are not specified in `srcs` but specified in `hdrs`, are not checked. If we'd like clang-tidy to check header files, I guess we...
Oops. sorry for my misunderstanding. Regardless how to specify header-filter, I think the paths to search header files are specified with `-I` or `-quote` to `clang-tidy`. If so, the following...
> It is not obvious, if a given header should be compiled as c or c++ In my humble opinion, for example, we may be able to deal with `h`...
> Some headers cannot be compiled on their own In this case, I guess you assume external library headers. If so, those files should be defined as `cc_library` and then...