forked from OSchip/llvm-project
Initialize WarnOnSpellCheck.
Clang always calls setWarnOnSpellCheck, but we shouldn't require every client to do so. Issue noticed by Enea Zaffanella. llvm-svn: 181021
This commit is contained in:
parent
72463d32e0
commit
aabf533656
|
@ -48,6 +48,7 @@ DiagnosticsEngine::DiagnosticsEngine(
|
|||
AllExtensionsSilenced = 0;
|
||||
IgnoreAllWarnings = false;
|
||||
WarningsAsErrors = false;
|
||||
WarnOnSpellCheck = false;
|
||||
EnableAllWarnings = false;
|
||||
ErrorsAsFatal = false;
|
||||
SuppressSystemWarnings = false;
|
||||
|
|
Loading…
Reference in New Issue