index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Rewrite
/
HTMLRewrite.h
Age
Commit message (
Expand
)
Author
2009-11-05
Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.
Daniel Dunbar
2009-11-04
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-18
HTML rewriter: Don't replace tabs with spaces by default.
Ted Kremenek
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2008-08-16
add missing class declaration
Nico Weber
2008-07-07
In a report-XXXXX.html, make the title include the name of the file with the ...
Ted Kremenek
2008-04-20
html::EscapeText (using the Rewriter) now replaces tabs by default.
Ted Kremenek
2008-04-18
Provide a version of html::HighlightMacros that takes a Preprocessor&.
Ted Kremenek
2008-04-17
class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...
Ted Kremenek
2008-04-16
Make HighlightRange correctly handle multi-line ranges. This causes us to
Chris Lattner
2008-04-16
add a new HighlightRange API, it doesn't handle multiline ranges
Chris Lattner
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-08
Don't expand tabs in EscapeText, but rather expand them when writing out
Ted Kremenek
2008-03-27
Add html::EscapeText for std::string; use this function to escape text in mes...
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 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
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to
Ted Kremenek
2008-03-18
Added the beginning of a set of rewriter functions for pretty-printing source
Ted Kremenek