aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+1
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev1-2/+7
2016-10-07Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev1-7/+2
2016-10-07[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev1-2/+7
2016-10-04Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka1-7/+2
2016-10-03[analyzer] Extend bug reports with extra notesArtem Dergachev1-2/+7
2016-10-01Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini1-3/+3
2016-09-15[analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers.Artem Dergachev1-0/+4
2016-02-09Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie1-1/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-0/+582
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek1-583/+0
2012-08-02[analyzer] Add Prev/Next links to the HTML output.Jordan Rose1-1/+2
2012-06-08Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose1-1/+7
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-2/+2
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith1-0/+1
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer1-1/+0
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer1-0/+1
2012-01-20Per PR 11814, use Monospace instead of Andale Mono.Ted Kremenek1-1/+1
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie1-1/+0
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor1-11/+0
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie1-1/+1
2011-09-25Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397David Blaikie1-3/+3
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie1-1/+1
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-3/+3
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis1-1/+1
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor1-1/+8
2011-07-25Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth1-1/+1
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth1-3/+3
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-07-15Switch a comment in Rewrite from 'instantiation' to 'expansion'.Chandler Carruth1-1/+1
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara1-11/+11
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis1-1/+2
2010-08-18Fix crasher with IgnoringDiagClientDouglas Gregor1-2/+1
2010-04-14make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner1-1/+3
2010-03-16Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer1-1/+1
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor1-9/+3
2010-03-15Add some <cstdio> includes to unbreak the buildbotsDouglas Gregor1-0/+1
2010-03-15Introduce a new BufferResult class to act as the return type ofDouglas Gregor1-1/+11
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner1-2/+4
2009-11-05Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar1-16/+21
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar1-7/+0
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-71/+71
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar1-2/+2
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar1-21/+18
2009-08-19Use raw_svector_ostream for string concatenation.Daniel Dunbar1-7/+9
2009-08-17adjust indentation.Zhongxing Xu1-15/+15
2009-07-21Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...Ted Kremenek1-1/+1
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner1-1/+1
2009-03-13fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner1-0/+22