forked from OSchip/llvm-project
parent
8ddd0b3599
commit
9f08b842e1
|
@ -1675,7 +1675,7 @@ void BugReporter::FlushReport(BugReportEquivClass& EQ) {
|
|||
|
||||
llvm::OwningPtr<PathDiagnostic>
|
||||
D(new PathDiagnostic(R.getBugType().getName(),
|
||||
PD->useVerboseDescription()
|
||||
!PD || PD->useVerboseDescription()
|
||||
? R.getDescription() : R.getShortDescription(),
|
||||
BT.getCategory()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue