aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite
AgeCommit message (Expand)AuthorFilesLines
2024-02-01[analyzer][HTMLRewriter] Cache partial rewrite results. (#80220)Artem Dergachev1-19/+116
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-2/+2
2023-12-05[clang][tidy] Ensure rewriter has the correct CWD (#67839)Jan Svoboda1-6/+7
2023-09-06Partially revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda1-1/+1
2023-09-06[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`Jan Svoboda1-1/+1
2023-07-03[Tooling][Rewriter] Remove the redundant AtomicallyMovedFile Implementation.Haojian Wu1-64/+13
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-01-25Add assert on End iteration distance to Rewriter::getRewrittenText.Ashley Hedberg1-0/+1
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-10-21[clang] Use StringRef::contains (NFC)Kazu Hirata1-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
2021-03-02[clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy w...Simon Pilgrim1-1/+4
2020-10-23SourceManager: Clarify that FileInfo always has a ContentCache, NFCDuncan P. N. Exon Smith1-4/+4
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith2-3/+3
2020-10-19clang/{Format,Rewrite}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-9/+9
2019-08-15[Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bugJoel E. Denny1-0/+11
2019-07-06[Rewrite] Extend to further accept CharSourceRangeJoel E. Denny1-3/+6
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 Carruth5-20/+15
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann1-2/+2
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-1/+1
2018-07-30Remove trailing spaceFangrui Song3-6/+6
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith1-9/+10
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko4-83/+97
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-18Remove use of builtin comma operator.Richard Trieu1-2/+4
2016-02-09Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-18/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2015-07-28Make local function isWhitespaceExceptNL static instead of in anonymous names...Yaron Keren1-3/+1
2015-07-27Rename highly-confusing isWhitespace that returns false on \n toYaron Keren1-17/+13
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1