forked from qt-creator/qt-creator
ClangTools: Modernize
modernize-use-nullptr modernize-use-override modernize-use-equals-default Change-Id: I14a840c6f2972f57763cdfd4bb4483df1ec261d4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ struct AnalyzeUnit {
|
||||
QString file;
|
||||
QStringList arguments; // without file itself and "-o somePath"
|
||||
};
|
||||
typedef QList<AnalyzeUnit> AnalyzeUnits;
|
||||
using AnalyzeUnits = QList<AnalyzeUnit>;
|
||||
|
||||
class ClangToolRunControl : public ProjectExplorer::RunWorker
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user