summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-094-25/+25
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-1/+2
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-276-91/+101
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+4
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-2/+2
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-3/+4
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-223-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-223-4/+4
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-1/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-2/+2
* [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis2015-03-081-6/+10
* [Rewrite] Move RewriteBuffer into its own header.Argyrios Kyrtzidis2015-03-082-96/+114
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-153-4/+4
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-1/+1
* Delete unused method and clangAST dependency it required.Daniel Jasper2014-10-261-5/+0
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-231-5/+0
* Use intrusive refcounted pointers to manage RopeRefCountString lifetime.Benjamin Kramer2014-09-151-39/+9
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-139-19/+19
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-102-20/+20
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-20/+20
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-20/+20
* [C++11] Use 'nullptr'Craig Topper2014-05-064-9/+10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-152-17/+17
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-072-3/+3
* Rewriter: Output RewriteRope contents efficientlyAlp Toker2013-12-021-1/+6
* RewriteBuffer::write(): Add a doc comment about non-portable useAlp Toker2013-11-171-0/+3
* RewriteBuffer: Remove an unused typedefAlp Toker2013-11-071-3/+2
* Use Rewriter::overwriteChangedFiles() directlyAlp Toker2013-10-291-1/+1
* Remove obsolete RewriteBuffer commentAlp Toker2013-10-291-4/+0
* Adding const buffer iterator generators to RewriterEdwin Vane2013-08-271-0/+3
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-121-1/+1
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-2/+0
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-081-1/+2
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-111-1/+5
* Sort #include lines for all files under include/...Chandler Carruth2012-12-042-3/+2
* This function isn't called SaveFiles any more.Nick Lewycky2012-11-141-1/+1
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-153-4/+8
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-1/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-019-3/+3
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-8/+14
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-141-1/+1
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-062-0/+10
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-0/+7
* Don't try to instantiate std::list at an incomplete type; it's notJohn McCall2012-05-021-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+3
* objc rewriter: start supporting modern objective-c abiFariborz Jahanian2012-02-071-0/+5