You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…a fix target!)
Closes#22.
There are potentially other tools we could use for the tidy target (`run-clang-tidy`; see #35).
Additionally there's `clang-apply-replacements` which remains in the container and in `common.ninja` but isn't used. Intead check is currently just tidy + fmt. This is probably fine.
More words on this in the next commit.
Unclear if this truly goes and grabs stuff from the compdb.
Unless there's a
clang-format
analogue, we may just want to stick with:clang-format -i
for fmtrun-clang-format
for fmt-checkclang-tidy --fix --fix-erors
for tidyclang-tidy
for tidy-checkThe text was updated successfully, but these errors were encountered: