forked from qt-creator/qt-creator
Runner: Clarify requirements for run()
Change-Id: I51bfe1382e7692582dc361a65f104c17e578eb53 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -40,7 +40,9 @@ public:
|
|||||||
QObject *parent = 0);
|
QObject *parent = 0);
|
||||||
~ClangStaticAnalyzerRunner();
|
~ClangStaticAnalyzerRunner();
|
||||||
|
|
||||||
// compilerOptions is expected to contain everything except: -o filePath
|
// compilerOptions is expected to contain everything except:
|
||||||
|
// (1) filePath, that is the file to analyze
|
||||||
|
// (2) -o output-file
|
||||||
bool run(const QString &filePath, const QStringList &compilerOptions = QStringList());
|
bool run(const QString &filePath, const QStringList &compilerOptions = QStringList());
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
Reference in New Issue
Block a user