summaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2024-08-18[llvm][clang] Move RewriterBuffer to ADT. (#99770)Jacques Pienaar
2024-02-01[analyzer][HTMLRewriter] Cache partial rewrite results. (#80220)Artem Dergachev
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith
2021-08-02[analyzer] Highlight arrows for currently selected eventValeriy Savchenko
2021-08-02[analyzer] Add control flow arrows to the analyzer's HTML reportsValeriy Savchenko
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith
2020-10-19clang/{Format,Rewrite}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith
2019-05-29[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis
2019-05-17[Lex] Allow to consume tokens while preprocessingIlya Biryukov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-07-30Remove trailing spaceFangrui Song
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-01-23[analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov
2018-01-23[html] [NFC] Use raw strings to dump the style table.George Karpenkov
2018-01-17[analyzer] Better UI in html reports for displaying shortcuts helpGeorge Karpenkov
2018-01-17[analyzer] support a mode to only show relevant lines in HTML diagnosticsGeorge Karpenkov
2017-12-21[analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.George Karpenkov
2017-08-03[Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev
2016-10-07Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev
2016-10-07[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev
2016-10-04Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka
2016-10-03[analyzer] Extend bug reports with extra notesArtem Dergachev
2016-10-01Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini
2016-09-15[analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers.Artem Dergachev
2016-02-09Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-02[analyzer] Add Prev/Next links to the HTML output.Jordan Rose
2012-06-08Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer
2012-01-20Per PR 11814, use Monospace instead of Andale Mono.Ted Kremenek
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-25Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397David Blaikie
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie