summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/HTMLRewrite.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Minor CSS tweaking (smaller h1 tags).Ted Kremenek2008-03-271-1/+3
* Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek2008-03-271-0/+26
* Added <h3> tag in HTML file output that contains the name of the source file.Ted Kremenek2008-03-271-0/+1
* Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edgesTed Kremenek2008-03-241-2/+4
* Added HTML highlighting for ranges.Ted Kremenek2008-03-191-0/+3
* Change colors of HTML message bubble.Ted Kremenek2008-03-191-3/+6
* More CSS enhancements to HTML code printing.Ted Kremenek2008-03-191-0/+1
* Misc. cleanups to HTML printing: make code rendered using tables; addTed Kremenek2008-03-191-26/+23
* Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek2008-03-191-2/+7
* Moved generation of html header/footer with builtin CSS to the rewriter library.Ted Kremenek2008-03-191-0/+44
* More cleanups to the HTML rewriter (with line formatting), with betterTed Kremenek2008-03-191-8/+26
* Change "style" to "class" in HTML output.Ted Kremenek2008-03-191-2/+2
* More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...Ted Kremenek2008-03-191-76/+8
* More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.Ted Kremenek2008-03-181-33/+30
* Some cleanups to the HTMLRewrite API. Added support for printing out lineTed Kremenek2008-03-181-23/+105
* Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag toTed Kremenek2008-03-181-3/+17
* Added the beginning of a set of rewriter functions for pretty-printing sourceTed Kremenek2008-03-181-0/+77
OpenPOWER on IntegriCloud