[analyzer] Teach scan-build how to rebuild index.html without analyzing.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 18 Feb 2020 06:00:05 +0000 (09:00 +0300)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 18 Feb 2020 06:19:29 +0000 (09:19 +0300)
commita807a068e6ae58c6b53ad9b0b2004ea0ed0a939f
tree26de44e5beab0621cd0bb388635024f860882d09
parent5a11233a2fa58a734dbed23e2232f55cdf4b3321
[analyzer] Teach scan-build how to rebuild index.html without analyzing.

This is useful for performing custom build system integration that works by appending '--analyze --analyzer-output html' to all clang build commands.
For such users there is now still a way to have the fancy index.html file
in the output.

Differential Revision: https://reviews.llvm.org/D74467
clang/test/Analysis/scan-build/rebuild_index/rebuild_index.test [new file with mode: 0644]
clang/test/Analysis/scan-build/rebuild_index/report-1.html [new file with mode: 0644]
clang/test/Analysis/scan-build/rebuild_index/report-2.html [new file with mode: 0644]
clang/test/Analysis/scan-build/rebuild_index/report-3.html [new file with mode: 0644]
clang/test/Analysis/scan-build/rebuild_index/subdirectory/report-4.html [new file with mode: 0644]
clang/tools/scan-build/bin/scan-build