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