forked from qt-creator/qt-creator
Clang: Initialize errorType
Change-Id: I1a418c8cda02320c6157635755f03bdc14d28a9e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
|
||||
private:
|
||||
V2::SourceRangeContainer sourceRange_;
|
||||
ClangQueryDiagnosticErrorType errorType_;
|
||||
ClangQueryDiagnosticErrorType errorType_ = ClangQueryDiagnosticErrorType::None;
|
||||
Utils::SmallStringVector arguments_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user