]> granicus.if.org Git - clang/commit
make "floating macro bubble" output of -emit-html much prettier:
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2009 00:51:30 +0000 (00:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2009 00:51:30 +0000 (00:51 +0000)
commit867924dbeca06870573fd58d620032da6994b223
treeb33436c5167880998bfae4df9294b6d8d97e3286
parent501525eed454bc815b4ab5bfd7fb7d58609a026e
make "floating macro bubble" output of -emit-html much prettier:
only insert spaces between tokens if the code had them or if they
are actually required to avoid pasting.  This reuses the same
logic as -E mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64421 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/HTMLRewrite.cpp