summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite/Core
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-8/+8
* 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-275-74/+81
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-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
* 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-135-10/+10
* [C++11] Use 'nullptr'Craig Topper2014-05-063-7/+8
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* 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
* 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-041-2/+1
* 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-015-0/+740