Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.7.0
Description
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);