index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Rewrite
/
HTMLRewrite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a mode of hackily syntax highlighting comments. This has a number of
Chris Lattner
2008-04-16
1
-2
/
+43
*
Switch AddLineNumbers to hack on a rewritebuffer instead of on a
Chris Lattner
2008-04-16
1
-33
/
+30
*
In html::EscapeText, instead of going through the rewriter with
Chris Lattner
2008-04-16
1
-39
/
+29
*
switch AddLineNumber to use a SmallString instead of sstream. This
Chris Lattner
2008-04-16
1
-10
/
+12
*
For HTML diagnostics, output more information about a bug report.
Ted Kremenek
2008-04-15
1
-1
/
+10
*
Micro-optimization: Don't use ostringstream when using a C-string literal
Ted Kremenek
2008-04-09
1
-40
/
+28
*
Don't expand tabs in EscapeText, but rather expand them when writing out
Ted Kremenek
2008-04-08
1
-3
/
+14
*
When substituting tabs during HTMLification, only add " " when we are
Ted Kremenek
2008-04-08
1
-1
/
+6
*
Add ids for line numbers, allowing us to jump to arbitrary line numbers within
Ted Kremenek
2008-04-07
1
-1
/
+2
*
Tweak message bubble color (gold)
Ted Kremenek
2008-04-07
1
-1
/
+1
*
fix css font name, patch by Cédric Venet
Chris Lattner
2008-04-06
1
-1
/
+1
*
Some cleanups in EscapeText and AddLineNumbers. Still investigating performance
Ted Kremenek
2008-04-03
1
-37
/
+47
*
CSS tweaking on blue boxes.
Ted Kremenek
2008-04-02
1
-1
/
+2
*
Blue diagnostic boxes.
Ted Kremenek
2008-04-02
1
-4
/
+2
*
Added path sequence numbers in HTML output of PathDiagnostics.
Ted Kremenek
2008-04-02
1
-0
/
+1
*
Better handling for tabs with message bubbles.
Ted Kremenek
2008-03-31
1
-2
/
+4
*
Minor CSS tweaking (smaller h1 tags).
Ted Kremenek
2008-03-27
1
-1
/
+3
*
Add html::EscapeText for std::string; use this function to escape text in mes...
Ted Kremenek
2008-03-27
1
-0
/
+26
*
Added <h3> tag in HTML file output that contains the name of the source file.
Ted Kremenek
2008-03-27
1
-0
/
+1
*
Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges
Ted Kremenek
2008-03-24
1
-2
/
+4
*
Added HTML highlighting for ranges.
Ted Kremenek
2008-03-19
1
-0
/
+3
*
Change colors of HTML message bubble.
Ted Kremenek
2008-03-19
1
-3
/
+6
*
More CSS enhancements to HTML code printing.
Ted Kremenek
2008-03-19
1
-0
/
+1
*
Misc. cleanups to HTML printing: make code rendered using tables; add
Ted Kremenek
2008-03-19
1
-26
/
+23
*
Initial experimentation with adding boxed "annotations" to HTMLized source.
Ted Kremenek
2008-03-19
1
-2
/
+7
*
Moved generation of html header/footer with builtin CSS to the rewriter library.
Ted Kremenek
2008-03-19
1
-0
/
+44
*
More cleanups to the HTML rewriter (with line formatting), with better
Ted Kremenek
2008-03-19
1
-8
/
+26
*
Change "style" to "class" in HTML output.
Ted Kremenek
2008-03-19
1
-2
/
+2
*
More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...
Ted Kremenek
2008-03-19
1
-76
/
+8
*
More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.
Ted Kremenek
2008-03-18
1
-33
/
+30
*
Some cleanups to the HTMLRewrite API. Added support for printing out line
Ted Kremenek
2008-03-18
1
-23
/
+105
*
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to
Ted Kremenek
2008-03-18
1
-3
/
+17
*
Added the beginning of a set of rewriter functions for pretty-printing source
Ted Kremenek
2008-03-18
1
-0
/
+77
[prev]