forked from qt-creator/qt-creator
clang: Do not keep tasks around too long
Change-Id: Ieb03e2ed3fa2ac54dede30107942666aee11d43c Reviewed-on: http://codereview.qt.nokia.com/312 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -45,16 +45,18 @@ class ClangParser : public ProjectExplorer::IOutputParser
|
||||
|
||||
public:
|
||||
ClangParser();
|
||||
~ClangParser();
|
||||
virtual void stdError(const QString &line);
|
||||
void stdError(const QString &line);
|
||||
|
||||
private:
|
||||
void newTask(Task::TaskType type_, const QString &description_,
|
||||
const QString &file_, int line_, const QString &category_);
|
||||
|
||||
void emitTask();
|
||||
|
||||
QRegExp m_commandRegExp;
|
||||
QRegExp m_inLineRegExp;
|
||||
QRegExp m_messageRegExp;
|
||||
QRegExp m_summaryRegExp;
|
||||
QString m_codeSnippet;
|
||||
|
||||
Task m_currentTask;
|
||||
|
||||
Reference in New Issue
Block a user