potatoengine / potato

Hobby C++ game engine
MIT License
38 stars 2 forks source link

Add clang-tidy to presets for VS #280

Closed seanmiddleditch closed 2 years ago

seanmiddleditch commented 2 years ago

Todo:

seanmiddleditch commented 2 years ago

Visual Studio has too many issues with this currently; issues configuring clang-tidy to use the proper flags and all that when building with cl.exe, and building with clang-cl doesn't work yet for different obnoxious reasons.