forked from qt-creator/qt-creator
Clang: Log clangbackend process errors to "General Messages" pane
Change-Id: I687c4a4eb8a7a8874fd88b4d3d6995535dade2c9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -171,12 +171,18 @@ private:
|
||||
void onDisconnectedFromBackend();
|
||||
void onEditorAboutToClose(Core::IEditor *editor);
|
||||
|
||||
void logExecutableDoesNotExist();
|
||||
void logRestartedDueToUnexpectedFinish();
|
||||
void logStartTimeOut();
|
||||
void logError(const QString &text);
|
||||
|
||||
void updateTranslationUnitVisiblity(const Utf8String ¤tEditorFilePath,
|
||||
const Utf8StringVector &visibleEditorsFilePaths);
|
||||
|
||||
private:
|
||||
IpcReceiver m_ipcReceiver;
|
||||
ClangBackEnd::ClangCodeModelConnectionClient m_connection;
|
||||
QTimer m_backendStartTimeOut;
|
||||
QScopedPointer<IpcSenderInterface> m_ipcSender;
|
||||
int m_connectedCount = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user