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
I gave clang-tidy a try locally and that is interesting. It caught a few minor mistakes and gives good warnings. I see it as a linter/static analysis tool to prevent some mistakes.
We'll adopt clang-format to enforce stylistic conventions. clang-tidy is not about style but errors that can be caught with static analysis so having both would make sense.
That's not high priority, though.
The text was updated successfully, but these errors were encountered:
willdurand
changed the title
Consider using clang-tidy
Consider the user of clang-tidy as a linter
Feb 24, 2020
willdurand
changed the title
Consider the user of clang-tidy as a linter
Consider the use of clang-tidy as a linter
May 10, 2020
I gave
clang-tidy
a try locally and that is interesting. It caught a few minor mistakes and gives good warnings. I see it as a linter/static analysis tool to prevent some mistakes.We'll adopt
clang-format
to enforce stylistic conventions.clang-tidy
is not about style but errors that can be caught with static analysis so having both would make sense.That's not high priority, though.
The text was updated successfully, but these errors were encountered: