[analyzer] Fix a couple of bugs in HTML report generation.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 4 Feb 2020 19:48:19 +0000 (22:48 +0300)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 5 Feb 2020 14:16:38 +0000 (17:16 +0300)
commit482e236e569e8324f70778af1eb756923cd490dc
treebb968c1f7cb7432f0c2763c4324efb0f886b5cdf
parenta328536c6d7ac16946c5b01fffa16dadb80b0d29
[analyzer] Fix a couple of bugs in HTML report generation.

It should now produce valid HTML again.

Differential Revision: https://reviews.llvm.org/D73993
clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
clang/test/Analysis/html_diagnostics/td-hotfix.c [new file with mode: 0644]
clang/test/Analysis/html_diagnostics/variable-popups-macro.c [new file with mode: 0644]
clang/test/Analysis/html_diagnostics/variable-popups-multiple.c [new file with mode: 0644]
clang/test/Analysis/html_diagnostics/variable-popups-simple.c [new file with mode: 0644]