summaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-2/+2
* Add assert on End iteration distance to Rewriter::getRewrittenText.Ashley Hedberg2022-01-251-0/+1
* [clang] Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-091-1/+1
* [NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith2021-12-091-1/+1
* [clang] Use StringRef::contains (NFC)Kazu Hirata2021-10-211-1/+1
* [analyzer] Highlight arrows for currently selected eventValeriy Savchenko2021-08-021-1/+1
* [analyzer] Add control flow arrows to the analyzer's HTML reportsValeriy Savchenko2021-08-021-0/+1
* [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy w...Simon Pilgrim2021-03-021-1/+4
* SourceManager: Clarify that FileInfo always has a ContentCache, NFCDuncan P. N. Exon Smith2020-10-231-4/+4
* Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith2020-10-192-3/+3
* clang/{Format,Rewrite}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith2020-10-191-9/+9
* [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bugJoel E. Denny2019-08-151-0/+11
* [Rewrite] Extend to further accept CharSourceRangeJoel E. Denny2019-07-061-3/+6
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-291-16/+33
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-2/+2
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* Remove trailing spaceFangrui Song2018-07-303-6/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-9/+10
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-274-83/+97
* [analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov2018-01-231-0/+20
* [html] [NFC] Use raw strings to dump the style table.George Karpenkov2018-01-231-76/+102
* [analyzer] Better UI in html reports for displaying shortcuts helpGeorge Karpenkov2018-01-171-0/+4
* [analyzer] support a mode to only show relevant lines in HTML diagnosticsGeorge Karpenkov2018-01-171-4/+7
* [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.George Karpenkov2017-12-211-0/+1
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-031-0/+5
* 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
* Remove use of builtin comma operator.Richard Trieu2016-02-181-2/+4
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-091-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Make local function isWhitespaceExceptNL static instead of in anonymous names...Yaron Keren2015-07-281-3/+1
* Rename highly-confusing isWhitespace that returns false on \n toYaron Keren2015-07-271-17/+13
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+2
* [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis2015-03-081-1/+1
* Trim some includes. NFC.Hans Wennborg2014-10-291-2/+1
* Delete unused method and clangAST dependency it required.Daniel Jasper2014-10-262-10/+0
* [CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::prin...NAKAMURA Takumi2014-10-241-0/+1