]> granicus.if.org Git - clang/history - include/clang/Rewrite/Core
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Rewrite / Core /
2019-08-15 Joel E. Denny[Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmp...
2019-07-06 Joel E. Denny[Rewrite] Extend to further accept CharSourceRange
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Richard SmithPR37189 Fix incorrect end source location and spelling...
2018-03-27 Eugene Zelenko[Edit, Rewrite] Fix some Clang-tidy modernize and Inclu...
2016-10-01 Mehdi AminiUse StringRef for MemoryBuffer identifier API (NFC)
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-08 Argyrios Kyrtzidis[Rewrite] Make RewriteBuffer accessible on its own...
2015-03-08 Argyrios Kyrtzidis[Rewrite] Move RewriteBuffer into its own header.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-26 Daniel JasperDelete unused method and clangAST dependency it required.
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-09-15 Benjamin KramerUse intrusive refcounted pointers to manage RopeRefCoun...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-09 Ahmed Charles[C++11] Remove the remaining uses of OwningPtr.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2013-12-02 Alp TokerRewriter: Output RewriteRope contents efficiently
2013-11-17 Alp TokerRewriteBuffer::write(): Add a doc comment about non...
2013-11-07 Alp TokerRewriteBuffer: Remove an unused typedef
2013-10-29 Alp TokerUse Rewriter::overwriteChangedFiles() directly
2013-10-29 Alp TokerRemove obsolete RewriteBuffer comment
2013-08-27 Edwin VaneAdding const buffer iterator generators to Rewriter
2013-06-12 Benjamin KramerPort HTMLDiagnostics to PathV2. No intended functionali...
2013-01-11 Edwin VaneAllow RefactoringTool to write to memory instead of...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-14 Nick LewyckyThis function isn't called SaveFiles any more.
2012-09-15 Dmitri GribenkoUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-09-01 Ted KremenekSplit library clangRewrite into clangRewriteCore and...