Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 4.4.0-rc1
Description
#include <QObject> class Foo : public QObject { Q_OBJECT public: Foo() { QObject::connect(0, 0, 0, 0); // Put cursor after '(' and trigger completion } }; int main(int, char *[]) { }
Qt Creator generates this output:
clangbackend.stderr: libclang: crash detected in code completion
Qt Creator seems to be fully usable afterwards. The clangbackend also does not crash.