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