aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Rewrite
AgeCommit message (Expand)Author
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor
2013-02-08objective-C modern translator. Generate #lineFariborz Jahanian
2013-01-11Allow RefactoringTool to write to memory instead of always to diskEdwin Vane
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-14This function isn't called SaveFiles any more.Nick Lewycky
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-23Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek
2012-05-02Don't try to instantiate std::list at an incomplete type; it's notJohn McCall
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-07objc rewriter: start supporting modern objective-c abiFariborz Jahanian
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04Remove unused field from FixItRecompile.Argyrios Kyrtzidis
2012-01-26In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-20Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet
2011-06-15Automatic Reference Counting.John McCall
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-16Introduce Rewriter::IncreaseIndentation() which increase indentations for the...Argyrios Kyrtzidis
2011-04-13Collect the options applicable to the Rewriter methods into a RewriterOptions...Argyrios Kyrtzidis
2011-04-11Typo.Fariborz Jahanian
2011-04-11Fixup more objc rwriter bug having to do withFariborz Jahanian
2011-04-07Enhance the Rewriter.Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-10-31Fix typo spotted by Nico Weber.Nick Lewycky
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky
2010-07-14Pass StringRefs by value.Benjamin Kramer
2010-06-18introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
2010-04-16Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficientNick Lewycky
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky
2010-02-05Some clean up of replacement text API no longer needed byFariborz Jahanian
2010-01-28Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian
2010-01-20reduce redundant are'sChris Lattner
2010-01-07Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek
2009-11-05Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump