Clang: Initialize errorType

Change-Id: I1a418c8cda02320c6157635755f03bdc14d28a9e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Robert Loehning
2017-03-06 17:30:41 +01:00
parent b273d7be6a
commit 0ca8268d81

View File

@@ -101,7 +101,7 @@ public:
private:
V2::SourceRangeContainer sourceRange_;
ClangQueryDiagnosticErrorType errorType_;
ClangQueryDiagnosticErrorType errorType_ = ClangQueryDiagnosticErrorType::None;
Utils::SmallStringVector arguments_;
};