]> granicus.if.org Git - clang/commit
Added the beginning of a set of rewriter functions for pretty-printing source
authorTed Kremenek <kremenek@apple.com>
Tue, 18 Mar 2008 21:19:49 +0000 (21:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 18 Mar 2008 21:19:49 +0000 (21:19 +0000)
commit6a34083e9f74a45e2f79c9fab66f177809a5db66
treef97793bee9cb46a4fc27d293873070ce7c937879
parent886c8db545170850f7806f47b5f6120864effd09
Added the beginning of a set of rewriter functions for pretty-printing source
code as HTML.  Added a new driver option "--emit-html" to dump the source
of the main input file as HTML.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48505 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.h
Driver/clang.cpp
include/clang/Rewrite/HTMLRewrite.h [new file with mode: 0644]
lib/Rewrite/HTMLRewrite.cpp [new file with mode: 0644]