Castro icon indicating copy to clipboard operation
Castro copied to clipboard

add a header guard check to the clang CI

Open zingale opened this issue 2 years ago • 0 comments

Clang 12.x supports -Wheader-guard that ensure that the header guard matches the define immediate after.

We caught one instance of a mismatch in Microphysics via ROCm. We should have the clang CI check this for us.

zingale avatar Oct 16 '21 21:10 zingale