Discussion:
[Qt-creator] The clangbackend process has finished unexpectedly and was restarted.
t***@gmail.com
2018-03-29 10:58:30 UTC
Permalink
Hi,

When enabling some clang-tidy checks (notably modernize-*) in Qt
Creator 4.6.0, I get the following, repeatedly:

2018-03-29T12:55:55 Clang Code Model: Error: The clangbackend process
has finished unexpectedly and was restarted.

Is there a way to debug what exactly is the problem?

Thanks,
Timur
Ivan Donchevskii
2018-04-03 06:21:42 UTC
Permalink
Hi!

I also saw that clang-tidy can break code model in some files. If you want to fix clang-tidy you can try to run it with the same flags as a standalone tool.

Then if clang-tidy standalone also breaks you can try to fix it. If not please report at bugreports.qt.io and ideally provide a minimal code example - we will try to fix the issue in clang code model.


Regards,

Ivan

________________________________
From: Qt-creator <qt-creator-bounces+ivan.donchevskii=***@qt-project.org> on behalf of ***@gmail.com <***@gmail.com>
Sent: Thursday, March 29, 2018 12:58:30 PM
To: qt-creator
Subject: [Qt-creator] The clangbackend process has finished unexpectedly and was restarted.

Hi,

When enabling some clang-tidy checks (notably modernize-*) in Qt
Creator 4.6.0, I get the following, repeatedly:

2018-03-29T12:55:55 Clang Code Model: Error: The clangbackend process
has finished unexpectedly and was restarted.

Is there a way to debug what exactly is the problem?

Thanks,
Timur

Loading...