]> granicus.if.org Git - clang/history - include/clang/Rewrite
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Rewrite /
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...
2017-06-09 Richard SmithAdd -frewrite-imports flag.
2017-06-09 Richard SmithRemove 'Filename' parameter from BeginSourceFileAction.
2016-10-01 Mehdi AminiUse StringRef for MemoryBuffer identifier API (NFC)
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Reid Kleckner[fixit] Use overwriteChangedFiles() to deal with Window...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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...
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2014-11-17 Alexander KornienkoMake DiagnosticsEngine::takeClient return std::unique_ptr<>
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-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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-05-03 Douglas GregorRemove DiagnosticConsumer::clone(), a bad idea that...
2013-02-08 Fariborz Jahanianobjective-C modern translator. Generate #line
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...
2012-08-23 Richard SmithFix undefined behavior: member function calls where...
2012-06-14 David BlaikieRename -rewrite-includes to -frewrite-includes.
2012-06-06 David BlaikieAdd a -rewrite-includes option, which is similar to...
2012-05-22 Manuel KlimekAdds a method overwriteChangedFiles to the Rewriter...
2012-05-02 John McCallDon't try to instantiate std::list at an incomplete...
2012-03-06 Ted KremenekAdd new code migrator support for migrating existing...
2012-02-07 Fariborz Jahanianobjc rewriter: start supporting modern objective-c abi
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2012-02-04 Argyrios KyrtzidisRemove unused field from FixItRecompile.
2012-01-26 Argyrios KyrtzidisIn FixItRewriteToTemp::RewriteFilename don't try to...
2012-01-26 Argyrios KyrtzidisIntroduce 3 new fixit options:
2011-09-29 Douglas GregorIntroduce a pure virtual clone() method to DiagnosticCo...
2011-09-26 David BlaikieRename DiagnosticInfo to Diagnostic as per issue 5397
2011-09-25 David BlaikieRename DiagnosticClient to DiagnosticConsumer as per...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-20 Francois PichetRemove more unnecessary #include <llvm/ADT/SmallVector.h>
2011-06-15 John McCallAutomatic Reference Counting.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-16 Argyrios KyrtzidisIntroduce Rewriter::IncreaseIndentation() which increas...
2011-04-13 Argyrios KyrtzidisCollect the options applicable to the Rewriter methods...
2011-04-11 Fariborz JahanianTypo.
2011-04-11 Fariborz JahanianFixup more objc rwriter bug having to do with
2011-04-07 Argyrios KyrtzidisEnhance the Rewriter.
2010-11-18 Argyrios KyrtzidisRefactoring of Diagnostic class.
2010-10-31 Nick LewyckyFix typo spotted by Nico Weber.
2010-08-13 Nick LewyckyAdd a new cc1 option -fix-what-you-can which when combi...
2010-07-14 Benjamin KramerPass StringRefs by value.
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...
2010-06-15 Daniel DunbarAdd <cstddef> include to get ptrdiff_t, for gcc-4.6...
2010-04-16 Nick LewyckyAdd a write(raw_ostream&) method to RewriteBuffer....
2010-04-15 Nick LewyckyTeach -fixit to modify all of its inputs instead of...
2010-02-05 Fariborz JahanianSome clean up of replacement text API no longer needed by
2010-01-28 Fariborz JahanianFixes a rewrite bug rewriting nested ivars reference.
2010-01-20 Chris Lattnerreduce redundant are's
2010-01-07 Ted KremenekFix typo: rename Rewriter::getRewritenText() -> Rewrite...
2009-11-05 Daniel DunbarMake html::{SyntaxHighlight,HighlightMacros} take a...
2009-11-04 Daniel DunbarKill PreprocessorFactory, which was both morally repugn...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-27 Gabor Greifrestore indentation
2009-08-27 Gabor Greifiterator.h is no more. Be standards compliant.
2009-08-21 Daniel DunbarFix commentos
2009-08-21 Daniel DunbarFix refacto.
2009-08-19 Daniel DunbarRemove now unnecessary helper methods.
2009-08-19 Daniel DunbarConvert parts of Rewriter to StringRef based API.
2009-05-18 Eli FriedmanFix for PR2386: distinguish between insertion and repla...
2009-04-14 Chris LattnerChange Lexer::MeasureTokenLength to take a LangOptions...
2009-03-18 Ted KremenekHTML rewriter: Don't replace tabs with spaces by default.
2009-01-17 Chris Lattnerthis massive patch introduces a simple new abstraction...
2008-10-12 Chris Lattnermake the -rewrite-test a bit more interesting: it now
2008-10-12 Chris Lattnerstart implementing a token rewriter. At this point...
next