返回介绍

Enable static analyzer

发布于 2024-06-23 21:36:12 字数 1403 浏览 0 评论 0 收藏 0

  1. Install the latest version of clang-tidy

    For older versions of Ubuntu

    If you are using older version of Ubuntu (e.g. via Krita Docker build environment) make sure that you added the backports repository:

    sudo add-apt-repository ppa:savoury1/llvm-defaults-11
    sudo apt-get update
    
    sudo apt install clang-11 clang-format-11 clang-tidy-11 clang-tools-11
    
  2. Go to the Analyser settings in QtCreator (Options->Analyser)

  3. In the field for Clang-Tidy executable select the script from Krita source tree sdk/clang-tidy-arguments-wrapper.sh. This script removes GCC-specific compile options not supported by clang. Without the wrapper script the analyser tool will fail.

  4. Open “Diagnostic Configuration” dialog. Duplicate the default configuration, switch to “Clang-Tidy Checks” tab and choose “Use .clang-tidy config file”

  5. In the “Project Settings” pane make sure that your new Diagnostic Configuration is activated.

  6. Start analysing by clicking on Analyze->Clang Tidy and Clazy…

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文