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