aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-01[analyzer][HTMLRewriter] Cache partial rewrite results. (#80220)Artem Dergachev1-19/+116
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith1-1/+1
2021-08-02[analyzer] Highlight arrows for currently selected eventValeriy Savchenko1-1/+1
2021-08-02[analyzer] Add control flow arrows to the analyzer's HTML reportsValeriy Savchenko1-0/+1
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith1-2/+2
2020-10-19clang/{Format,Rewrite}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-9/+9
2019-05-29[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis1-16/+33
2019-05-17[Lex] Allow to consume tokens while preprocessingIlya Biryukov1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith1-9/+10
2018-01-23[analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov1-0/+20
2018-01-23[html] [NFC] Use raw strings to dump the style table.George Karpenkov1-76/+102
2018-01-17[analyzer] Better UI in html reports for displaying shortcuts helpGeorge Karpenkov1-0/+4
2018-01-17[analyzer] support a mode to only show relevant lines in HTML diagnosticsGeorge Karpenkov1-4/+7
2017-12-21[analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.George Karpenkov1-0/+1
2017-08-03[Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin1-0/+5
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