Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21097

ClangCodeModel goes into constant crash loop with level 1 clazy checks and QList<std::shared_ptr<T>>

XMLWordPrintable

    • Linux/X11, Windows

      With MSVC kit and "Level 1: Very few false positives" or higher set in Diagnostic Configurations, this will make clangbackend process go into a restart loop:

      #include <QList>
      #include <memory>
      void foo(QList<std::shared_ptr<int>> d);
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kosjar Nikolai Kosjar
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes