]> granicus.if.org Git - clang/commitdiff
Expand bubble size by 50%.
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Oct 2008 21:17:16 +0000 (21:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Oct 2008 21:17:16 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58111 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/HTMLDiagnostics.cpp

index 5a6987dbcbb5c0e2fe22263a38c820b9cdadfe17..9bd62815e89644fec39df7b1cf2570771d9dd3f2 100644 (file)
@@ -403,7 +403,7 @@ void HTMLDiagnostics::HandlePiece(Rewriter& R, unsigned BugFileID,
     
     // Next, determine the approximate size of the message bubble in em.
     unsigned em;
-    const unsigned max_line = 80;
+    const unsigned max_line = 120;
     
     if (max_token >= max_line)
       em = max_token / 2;