Clang: Indicate lines from ClangBackEnd

...with a prefix.

Change-Id: I6e23e00254d7b7316057514d1234cde66ab44a0d
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-06-18 18:08:48 +02:00
parent dcccb4cb8d
commit 2eb3bda5a8
7 changed files with 251 additions and 7 deletions

View File

@@ -32,6 +32,7 @@
#define CLANGBACKEND_CONNECTIONCLIENT_H
#include "ipcserverproxy.h"
#include "lineprefixer.h"
#include <QLocalSocket>
@@ -106,6 +107,9 @@ private:
QTimer processAliveTimer;
QString processPath_;
bool isAliveTimerResetted;
LinePrefixer stdErrPrefixer;
LinePrefixer stdOutPrefixer;
};
} // namespace ClangBackEnd