From a7c669b6b6e527c9db1db31313c9a0cd6621d179 Mon Sep 17 00:00:00 2001 From: Artem Dergachev Date: Fri, 7 Oct 2016 10:56:44 +0000 Subject: Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" Vector of smart pointers wasn't the thing that caused msvc crash. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283537 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Rewrite/HTMLRewrite.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib/Rewrite') diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp index 27bb976a6e..78aad3940d 100644 --- a/lib/Rewrite/HTMLRewrite.cpp +++ b/lib/Rewrite/HTMLRewrite.cpp @@ -324,7 +324,6 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter &R, FileID FID, " .msgT { padding:0x; spacing:0x }\n" " .msgEvent { background-color:#fff8b4; color:#000000 }\n" " .msgControl { background-color:#bbbbbb; color:#000000 }\n" - " .msgNote { background-color:#ddeeff; color:#000000 }\n" " .mrange { background-color:#dfddf3 }\n" " .mrange { border-bottom:1px solid #6F9DBE }\n" " .PathIndex { font-weight: bold; padding:0px 5px; " @@ -344,12 +343,8 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter &R, FileID FID, " border-collapse: collapse; border-spacing: 0px;\n" " }\n" " td.rowname {\n" - " text-align: right;\n" - " vertical-align: top;\n" - " font-weight: bold;\n" - " color:#444444;\n" - " padding-right:2ex;\n" - " }\n" + " text-align:right; font-weight:bold; color:#444444;\n" + " padding-right:2ex; }\n" "\n\n"; // Generate header -- cgit v1.2.3