summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite/HTMLRewrite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-071-2/+7
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-7/+2
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-2/+7
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-041-7/+2
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-031-2/+7
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-3/+3
* [analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers.Artem Dergachev2016-09-151-0/+4
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-091-1/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+582
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-583/+0
* [analyzer] Add Prev/Next links to the HTML output.Jordan Rose2012-08-021-1/+2
* Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose2012-06-081-1/+7
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-0/+1
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer2012-02-041-0/+1
* Per PR 11814, use Monospace instead of Andale Mono.Ted Kremenek2012-01-201-1/+1
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-1/+0
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-11/+0
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397David Blaikie2011-09-251-3/+3
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-3/+3
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-1/+8
* Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth2011-07-251-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-3/+3
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Switch a comment in Rewrite from 'instantiation' to 'expansion'.Chandler Carruth2011-07-151-1/+1
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-221-11/+11
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+2
* Fix crasher with IgnoringDiagClientDouglas Gregor2010-08-181-2/+1
* make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner2010-04-141-1/+3
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-1/+1
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-9/+3
* Add some <cstdio> includes to unbreak the buildbotsDouglas Gregor2010-03-151-0/+1
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-1/+11
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-2/+4
* Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar2009-11-051-16/+21
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-7/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-71/+71
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-2/+2
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-21/+18
* Use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-191-7/+9
* adjust indentation.Zhongxing Xu2009-08-171-15/+15
* Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...Ted Kremenek2009-07-211-1/+1
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-1/+1
* fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner2009-03-131-0/+22