Initialize an otherwise-wild pointer. Fixes a crashy analyzer

llvm-svn: 77599
This commit is contained in:
Douglas Gregor 2009-07-30 16:10:26 +00:00
parent c667b60b93
commit 4e5a974c00
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}