aboutsummaryrefslogtreecommitdiff
path: root/Driver/HTMLPrint.cpp
AgeCommit message (Expand)Author
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2008-08-11More #include cleaningDaniel Dunbar
2008-07-07In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek
2008-04-19simplify ownership of the predefines buffer.Chris Lattner
2008-04-18Restore macro expansion for HTMLPrint by using the original Preprocessor.Ted Kremenek
2008-04-17class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek
2008-04-17Handle text escaping (e.g. & -> &amp;) last, to avoid interactions between 'r...Chris Lattner
2008-04-16Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek
2008-04-16split syntax highlighting of macros from keywords and comments,Chris Lattner
2008-04-16Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner
2008-04-16Add -o support for -emit-html, make it not produce a file on an error.Chris Lattner
2008-04-16Remove "--html-test" driver option and its corresponding code; all of thisTed Kremenek
2008-04-16speed up -emit-html in a release build by 6.5% by avoiding std::string.Chris Lattner
2008-04-14Fix comment.Steve Naroff
2008-04-14Convert over to new SourceManager::isFromMainFile() instead of doing directTed Kremenek
2008-04-08For -emit-html, use the Rewriter to expand tabs.Ted Kremenek
2008-03-19Added HTML highlighting for ranges.Ted Kremenek
2008-03-19Misc. cleanups to HTML printing: make code rendered using tables; addTed Kremenek
2008-03-19Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek
2008-03-19Moved generation of html header/footer with builtin CSS to the rewriter library.Ted Kremenek
2008-03-19More cleanups to the HTML rewriter (with line formatting), with betterTed Kremenek
2008-03-19More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...Ted Kremenek
2008-03-18More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.Ted Kremenek
2008-03-18Some cleanups to the HTMLRewrite API. Added support for printing out lineTed Kremenek
2008-03-18Added HTML pretty-printer.Ted Kremenek