summaryrefslogtreecommitdiffstats
path: root/clang/Driver/HTMLPrint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-97/+0
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-8/+8
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek2008-07-071-1/+4
* simplify ownership of the predefines buffer.Chris Lattner2008-04-191-1/+1
* Restore macro expansion for HTMLPrint by using the original Preprocessor.Ted Kremenek2008-04-181-1/+1
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-9/+10
* Handle text escaping (e.g. & -> &amp;) last, to avoid interactions between 'r...Chris Lattner2008-04-171-1/+1
* Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek2008-04-161-2/+4
* split syntax highlighting of macros from keywords and comments,Chris Lattner2008-04-161-1/+3
* Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner2008-04-161-4/+11
* Add -o support for -emit-html, make it not produce a file on an error.Chris Lattner2008-04-161-9/+31
* Remove "--html-test" driver option and its corresponding code; all of thisTed Kremenek2008-04-161-181/+2
* speed up -emit-html in a release build by 6.5% by avoiding std::string.Chris Lattner2008-04-161-2/+4
* Fix comment.Steve Naroff2008-04-141-1/+1
* Convert over to new SourceManager::isFromMainFile() instead of doing directTed Kremenek2008-04-141-8/+4
* For -emit-html, use the Rewriter to expand tabs.Ted Kremenek2008-04-081-1/+1
* Added HTML highlighting for ranges.Ted Kremenek2008-03-191-2/+32
* Misc. cleanups to HTML printing: make code rendered using tables; addTed Kremenek2008-03-191-14/+8
* Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek2008-03-191-6/+161
* Moved generation of html header/footer with builtin CSS to the rewriter library.Ted Kremenek2008-03-191-33/+1
* More cleanups to the HTML rewriter (with line formatting), with betterTed Kremenek2008-03-191-7/+14
* More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...Ted Kremenek2008-03-191-11/+21
* More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.Ted Kremenek2008-03-181-4/+17
* Some cleanups to the HTMLRewrite API. Added support for printing out lineTed Kremenek2008-03-181-3/+4
* Added HTML pretty-printer.Ted Kremenek2008-03-181-0/+62
OpenPOWER on IntegriCloud