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