Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2d6ca8d0f699647364e983bd254a3d8ad422efda
/
Driver
/
HTMLPrint.cpp
e91593e
More #include cleaning
by Daniel Dunbar
· 16 years ago
f6f593f
In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas!
by Ted Kremenek
· 16 years ago
aa39197
simplify ownership of the predefines buffer.
by Chris Lattner
· 17 years ago
bef5c8b
Restore macro expansion for HTMLPrint by using the original Preprocessor.
by Ted Kremenek
· 17 years ago
339b9c2
class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor.
by Ted Kremenek
· 17 years ago
1ee8d6f
Handle text escaping (e.g. & -> &) last, to avoid interactions between 'replace' operations and insert operations. This fixes a problem with "&;&" on line 666 of the gcc.c example I sent out.
by Chris Lattner
· 17 years ago
47abe76
Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags
by Ted Kremenek
· 17 years ago
c54d50a
split syntax highlighting of macros from keywords and comments,
by Chris Lattner
· 17 years ago
3245a0a
Add a mode of hackily syntax highlighting comments. This has a number of
by Chris Lattner
· 17 years ago
8ac661c
Add -o support for -emit-html, make it not produce a file on an error.
by Chris Lattner
· 17 years ago
fdbe679
Remove "--html-test" driver option and its corresponding code; all of this
by Ted Kremenek
· 17 years ago
b9bc3ec
speed up -emit-html in a release build by 6.5% by avoiding std::string.
by Chris Lattner
· 17 years ago
e93705f
Fix comment.
by Steve Naroff
· 17 years ago
3004be0
Convert over to new SourceManager::isFromMainFile() instead of doing direct
by Ted Kremenek
· 17 years ago
f5749aa
For -emit-html, use the Rewriter to expand tabs.
by Ted Kremenek
· 17 years ago
0f1b67b
Added HTML highlighting for ranges.
by Ted Kremenek
· 17 years ago
e8e019e
Misc. cleanups to HTML printing: make code rendered using tables; add
by Ted Kremenek
· 17 years ago
13e479b
Initial experimentation with adding boxed "annotations" to HTMLized source.
by Ted Kremenek
· 17 years ago
ad0a203
Moved generation of html header/footer with builtin CSS to the rewriter library.
by Ted Kremenek
· 17 years ago
d6c1360
More cleanups to the HTML rewriter (with line formatting), with better
by Ted Kremenek
· 17 years ago
f830997
More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated
by Ted Kremenek
· 17 years ago
1b3188c
More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.
by Ted Kremenek
· 17 years ago
b485cd1
Some cleanups to the HTMLRewrite API. Added support for printing out line
by Ted Kremenek
· 17 years ago
5e0020e
Added HTML pretty-printer.
by Ted Kremenek
· 17 years ago