#
ab2a52c4 |
| 02-Apr-2008 |
Ted Kremenek <kremenek@apple.com> |
Blue diagnostic boxes.
llvm-svn: 49117
|
#
258493c1 |
| 02-Apr-2008 |
Ted Kremenek <kremenek@apple.com> |
Added path sequence numbers in HTML output of PathDiagnostics.
llvm-svn: 49116
|
#
3bcfc6ed |
| 31-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Better handling for tabs with message bubbles.
llvm-svn: 49001
|
#
64b95a02 |
| 27-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Minor CSS tweaking (smaller h1 tags). Bug fix in EscapeText (for std::string) where spaces were not properly emitted.
llvm-svn: 48889
|
#
561dfe31 |
| 27-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Add html::EscapeText for std::string; use this function to escape text in message bubbles.
llvm-svn: 48884
|
#
8cc4842a |
| 27-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Added <h3> tag in HTML file output that contains the name of the source file.
llvm-svn: 48869
|
#
b2f4d313 |
| 24-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges for message bubbles.
llvm-svn: 48754
|
#
bc249625 |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Added HTML highlighting for ranges.
llvm-svn: 48572
|
#
161d16e0 |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Change colors of HTML message bubble.
llvm-svn: 48563
|
#
7ee6a147 |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
More CSS enhancements to HTML code printing.
llvm-svn: 48557
|
#
1651b7cd |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Misc. cleanups to HTML printing: make code rendered using tables; add better div positioning for messages.
llvm-svn: 48555
|
#
216624ce |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Initial experimentation with adding boxed "annotations" to HTMLized source.
llvm-svn: 48540
|
#
966da4ac |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Moved generation of html header/footer with builtin CSS to the rewriter library.
llvm-svn: 48537
|
#
3f839262 |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
More cleanups to the HTML rewriter (with line formatting), with better pretty-printing of line numbers.
llvm-svn: 48533
|
#
54d62b6d |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Change "style" to "class" in HTML output.
llvm-svn: 48525
|
#
5ddff028 |
| 19-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated and clients can achieve a cleaner design just by inserting tags directly. Reserve the "html" namespace for meta-l
More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated and clients can achieve a cleaner design just by inserting tags directly. Reserve the "html" namespace for meta-level operations (e.g., escaping text, etc.)
llvm-svn: 48524
show more ...
|
#
8800ae68 |
| 18-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.
llvm-svn: 48518
|
#
5792cebb |
| 18-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Some cleanups to the HTMLRewrite API. Added support for printing out line numbers (more work to be done on aesthetics).
llvm-svn: 48512
|
#
1b580f98 |
| 18-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to indicate whether or not the new tag should be the outermost tag at the specified location (in the case that other tags
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to indicate whether or not the new tag should be the outermost tag at the specified location (in the case that other tags have been inserted at the same spot).
llvm-svn: 48506
show more ...
|
#
7dcc8222 |
| 18-Mar-2008 |
Ted Kremenek <kremenek@apple.com> |
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.
llvm-svn: 48505
|