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