]> granicus.if.org Git - clang/commit
Don't expand tabs in EscapeText, but rather expand them when writing out
authorTed Kremenek <kremenek@apple.com>
Tue, 8 Apr 2008 22:37:58 +0000 (22:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 8 Apr 2008 22:37:58 +0000 (22:37 +0000)
commitfa5be3617294f0e3c341f0ecb6b2076478b1b5ac
treed92ec56017bf04856dfe0a36e615396fffe93937
parent5dd18b7d5645ddd9bb182c7cf8afc832f5f3a635
Don't expand tabs in EscapeText, but rather expand them when writing out
the HTML file.  This should reduce the amount of memory pressure on the
rewriter for files that have a lot of tabs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49406 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/HTMLDiagnostics.cpp
include/clang/Rewrite/HTMLRewrite.h
lib/Rewrite/HTMLRewrite.cpp