forked from OSchip/llvm-project
Initialize an otherwise-wild pointer. Fixes a crashy analyzer
llvm-svn: 77599
This commit is contained in:
parent
c667b60b93
commit
4e5a974c00
|
@ -96,7 +96,7 @@ namespace {
|
|||
const AnalyzerOptions& opts)
|
||||
: LOpts(lopts), Diags(diags),
|
||||
Ctx(0), PP(pp), PPF(ppf),
|
||||
OutDir(outdir), Opts(opts) {
|
||||
OutDir(outdir), Opts(opts), PD(0) {
|
||||
DigestAnalyzerOptions();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue