aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-07-25Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-15Switch a comment in Rewrite from 'instantiation' to 'expansion'.Chandler Carruth
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-08-18Fix crasher with IgnoringDiagClientDouglas Gregor
2010-04-14make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner
2010-03-16Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor
2010-03-15Add some <cstdio> includes to unbreak the buildbotsDouglas Gregor
2010-03-15Introduce a new BufferResult class to act as the return type ofDouglas Gregor
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-11-05Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar
2009-08-19Use raw_svector_ostream for string concatenation.Daniel Dunbar
2009-08-17adjust indentation.Zhongxing Xu
2009-07-21Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...Ted Kremenek
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