forked from OSchip/llvm-project
For -emit-html, use the Rewriter to expand tabs.
llvm-svn: 49409
This commit is contained in:
parent
5f7ece0bff
commit
d4db4fa359
|
@ -49,7 +49,7 @@ void HTMLPrinter::Initialize(ASTContext &context) {
|
|||
HTMLPrinter::~HTMLPrinter() {
|
||||
|
||||
unsigned FileID = R.getSourceMgr().getMainFileID();
|
||||
html::EscapeText(R, FileID);
|
||||
html::EscapeText(R, FileID, false, true);
|
||||
html::AddLineNumbers(R, FileID);
|
||||
html::AddHeaderFooterInternalBuiltinCSS(R, FileID);
|
||||
|
||||
|
|
Loading…
Reference in New Issue