aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
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-18Remove use of builtin comma operator.Richard Trieu
2016-02-09Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie
2016-01-26Remove autoconf supportChris Bieneman
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-07-28Make local function isWhitespaceExceptNL static instead of in anonymous names...Yaron Keren
2015-07-27Rename highly-confusing isWhitespace that returns false on \n toYaron Keren
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer
2015-03-08[Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis
2014-10-29Trim some includes. NFC.Hans Wennborg
2014-10-26Delete unused method and clangAST dependency it required.Daniel Jasper
2014-10-24[CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::prin...NAKAMURA Takumi
2014-10-23Remove code duplication and cut dependency from clangRewrite onDaniel Jasper
2014-09-15Use intrusive refcounted pointers to manage RopeRefCountString lifetime.Benjamin Kramer
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-09Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker
2014-05-07[C++11] Use 'nullptr'.Craig Topper
2014-05-01write a line marker right before adding included fileLubos Lunak
2014-05-01do not use "1" for line marker for the predefines "file" eitherLubos Lunak
2014-05-01do not use "1" for line marker for the main fileLubos Lunak
2014-05-01revert r207756Lubos Lunak
2014-05-01do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak
2014-05-01write a line marker right before adding included fileLubos Lunak
2014-04-23Make RewriteRope less confusing for me. No intended behavior change.Nico Weber
2014-04-16Objective-C rewriter. Use _WIN64 instead of __LLP64__Fariborz Jahanian