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

Introduce cmake variable MIOPEN_USE_CLANG_TIDY #3171

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jul 29, 2024

  1. Introduce cmake variable MIOPEN_USE_CLANG_TIDY

    While clang-tidy is useful for development to find issues, it
    is not always appropriate.  When the clang-tidy used to build does
    not match the clang-tidy used in development the build can fail
    if the clang-tidy is not the same version as what development used.
    It also roughly doubles the build.
    
    Introduce the cmake variable MIOPEN_USE_CLANG_TIDY to give the
    user the choice to use it our not.  Set the default to ON to match the
    current behavior.
    
    Signed-off-by: Tom Rix <[email protected]>
    Tom Rix committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0e9ed66 View commit details
    Browse the repository at this point in the history