SFML / CSFML

Official binding of SFML for C
https://www.sfml-dev.org
Other
342 stars 121 forks source link

Add clang-tidy `modernize-` checks #284

Closed ChrisThrasher closed 1 week ago

ChrisThrasher commented 1 week ago

Certain checks like modernize-use-using have to be disabled because our C headers use typedefs. I'm not yet sure of a good way to disable this check for our .h files while keeping it enabled for everything else.