diff --git a/plugins/clangstaticanalyzer/clangstaticanalyzerrunner.h b/plugins/clangstaticanalyzer/clangstaticanalyzerrunner.h index cfd19727fe0..b535ec10778 100644 --- a/plugins/clangstaticanalyzer/clangstaticanalyzerrunner.h +++ b/plugins/clangstaticanalyzer/clangstaticanalyzerrunner.h @@ -40,7 +40,9 @@ public: QObject *parent = 0); ~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()); signals: