forked from qt-creator/qt-creator
ProjectExplorer: Add ClangStaticAnalyzerMode RunMode
Change-Id: I08bc8d11d4085861a56fd52da344785120a78712 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -81,6 +81,7 @@ RunControl *AndroidRunControlFactory::create(RunConfiguration *runConfig,
|
||||
case DebugRunModeWithBreakOnMain:
|
||||
case CallgrindRunMode:
|
||||
case MemcheckRunMode:
|
||||
case ClangStaticAnalyzerMode:
|
||||
default:
|
||||
QTC_CHECK(false); // The other run modes are not supported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user