[analyzer] Make plist-html diagnostic consumer produce multi-file reports.
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 16 May 2018 00:11:24 +0000 (00:11 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 16 May 2018 00:11:24 +0000 (00:11 +0000)
commit21948346b33a85a8b0e20b7e2c6744d52455c8f1
treee207c950c793827a6833b19dca3676c001ae1bf6
parentb4344c66aa6b6a76342dfd09ccb12fa3c037205d
[analyzer] Make plist-html diagnostic consumer produce multi-file reports.

Previously plist-html output produced multi-file HTML reports
but only single-file Plist reports.

Change plist-html output to produce multi-file Plist reports as well.

Differential Revision: https://reviews.llvm.org/D46902

llvm-svn: 332417
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
clang/test/Analysis/diagnostics/plist-multi-file.c [new file with mode: 0644]
clang/test/Analysis/diagnostics/plist-multi-file.h [new file with mode: 0644]