aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-03-13fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner
2009-03-10Adjust HTML diagnostics CSS to not use "smaller" for font size and instead useTed Kremenek
2009-03-03Tighten message bubble height.Ted Kremenek
2009-03-02Adjust CSS to make message bubble numbers less gaudy.Ted Kremenek
2009-03-02Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...Ted Kremenek
2009-03-02Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor
2009-02-24Fix PR3635 by handling ## magicallyChris Lattner
2009-02-17simplify this code and make it use highlight range. ThisChris Lattner
2009-02-15fix a fixme in -emit-html output: highlight the entire range of a macroChris Lattner
2009-02-13Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner
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