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