Skip to content
  • Gauthier Quesnel's avatar
    cmake: enable clang-tidy with some checks · 1fbb4c53
    Gauthier Quesnel authored
    Enable the clang-tidy program on common checks.
    
    To show all checks:
    $ clang-tidy --list-checks --checks='*'
    
    To select only modernize checks:
    $ clang-tidy --list-checks --checks='-*,modernize-*'
    1fbb4c53