Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get clang-tidy working #27

Open
roblabla opened this issue Oct 26, 2023 · 0 comments
Open

Get clang-tidy working #27

roblabla opened this issue Oct 26, 2023 · 0 comments

Comments

@roblabla
Copy link
Member

It'd be nice to get clang-tidy working with our codebase, so we can:

  1. Benefit from its lints, which seem to sometimes point out real issues
  2. Use it to enforce some convention on variable naming and whatnot.

Unfortunately, clang-tidy seems to really hate the Windows headers. Obviously the MSVC7.0 headers are incompatible with clang-tidy, but I had trouble making them work even with newer headers (like the latest Windows SDK ones).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant