summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/HTMLRewrite.cpp
Commit message (Expand)AuthorAgeFilesLines
* make "floating macro bubble" output of -emit-html much prettier: Chris Lattner2009-02-131-1/+14
* rename getFullFilePos -> getFileOffset.Chris Lattner2009-01-271-4/+4
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-261-2/+1
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-2/+2
* add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner2009-01-171-5/+2
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-25/+25
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-5/+5
* Change how raw lexers are handled: instead of creating them and thenChris Lattner2008-10-121-4/+4
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-3/+5
* Patch by Kovarththanan Rajaratnam!Ted Kremenek2008-08-311-0/+10
* honor EscapeSpaces in 2nd overload of EscapeText()Nico Weber2008-08-161-3/+8
* Add CSS for word wrapping of long message bubbles.Ted Kremenek2008-07-111-0/+1
* In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek2008-07-071-7/+13
* replace form feeds with an <hr> tag.Chris Lattner2008-04-191-1/+5
* Provide a version of html::HighlightMacros that takes a Preprocessor&.Ted Kremenek2008-04-181-16/+17
* Make tab insertion really right: the number of spaces insertedChris Lattner2008-04-181-7/+17
* Use HTML5 doctype when generating HTML.Ted Kremenek2008-04-181-3/+2
* Updated CSS colors. Patch by Cedric Venet!Ted Kremenek2008-04-181-5/+5
* Fix a problem noticed by Nuno, where we wouldn't escape characters in Chris Lattner2008-04-171-2/+3
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-11/+18
* don't give macros a backgroundChris Lattner2008-04-171-2/+2
* Make sure popup is on top over other spans. wrap long line.Chris Lattner2008-04-171-2/+3
* Add support in HTML macro expansion for hovering over a macro and automaticallyTed Kremenek2008-04-171-3/+6
* insert macro expansions into floating divs. For now, they are always displayed,Chris Lattner2008-04-171-4/+29
* correctly hilight multi-line macro definitions and otherChris Lattner2008-04-161-12/+20
* Make HighlightRange correctly handle multi-line ranges. This causes us to Chris Lattner2008-04-161-0/+42
* add a new HighlightRange API, it doesn't handle multiline rangesChris Lattner2008-04-161-12/+40
* reenable highlighting of (the first line of) commentsChris Lattner2008-04-161-1/+1
* switch from relexing with the preprocessor to do syntax highlighting to relexingChris Lattner2008-04-161-20/+19
* Take a stab at highlighting #defines and #includes. This doesn't work yet.Chris Lattner2008-04-161-11/+30
* Syntax highlight keywords. I assume someone else will pick less appaling col...Chris Lattner2008-04-161-3/+10
* split syntax highlighting of macros from keywords and comments,Chris Lattner2008-04-161-3/+69
* Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner2008-04-161-2/+43
* Switch AddLineNumbers to hack on a rewritebuffer instead of on a Chris Lattner2008-04-161-33/+30
* In html::EscapeText, instead of going through the rewriter withChris Lattner2008-04-161-39/+29
* switch AddLineNumber to use a SmallString instead of sstream. ThisChris Lattner2008-04-161-10/+12
* For HTML diagnostics, output more information about a bug report.Ted Kremenek2008-04-151-1/+10
* Micro-optimization: Don't use ostringstream when using a C-string literalTed Kremenek2008-04-091-40/+28
* Don't expand tabs in EscapeText, but rather expand them when writing outTed Kremenek2008-04-081-3/+14
* When substituting tabs during HTMLification, only add "&nbsp;" when we areTed Kremenek2008-04-081-1/+6
* Add ids for line numbers, allowing us to jump to arbitrary line numbers withinTed Kremenek2008-04-071-1/+2
* Tweak message bubble color (gold)Ted Kremenek2008-04-071-1/+1
* fix css font name, patch by Cédric VenetChris Lattner2008-04-061-1/+1
* Some cleanups in EscapeText and AddLineNumbers. Still investigating performanceTed Kremenek2008-04-031-37/+47
* CSS tweaking on blue boxes.Ted Kremenek2008-04-021-1/+2
* Blue diagnostic boxes.Ted Kremenek2008-04-021-4/+2
* Added path sequence numbers in HTML output of PathDiagnostics.Ted Kremenek2008-04-021-0/+1
* Better handling for tabs with message bubbles.Ted Kremenek2008-03-311-2/+4
* Minor CSS tweaking (smaller h1 tags).Ted Kremenek2008-03-271-1/+3
* Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek2008-03-271-0/+26
OpenPOWER on IntegriCloud