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