| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't try to instantiate std::list at an incomplete type; it's not | John McCall | 2012-05-02 | 1 | -1/+1 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -0/+3 |
* | objc rewriter: start supporting modern objective-c abi | Fariborz Jahanian | 2012-02-07 | 1 | -0/+5 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 2 | -3/+3 |
* | Remove unused field from FixItRecompile. | Argyrios Kyrtzidis | 2012-02-04 | 1 | -2/+1 |
* | In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor | Argyrios Kyrtzidis | 2012-01-26 | 1 | -1/+6 |
* | Introduce 3 new fixit options: | Argyrios Kyrtzidis | 2012-01-26 | 2 | -1/+29 |
* | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 2 | -2/+4 |
* | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -1/+1 |
* | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -3/+3 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 2 | -6/+6 |
* | remove some now-redundant forward declarations. | Chris Lattner | 2011-07-20 | 2 | -4/+0 |
* | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner | 2011-07-20 | 4 | -11/+8 |
* | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 2011-07-20 | 2 | -14/+14 |
* | Remove more unnecessary #include <llvm/ADT/SmallVector.h> | Francois Pichet | 2011-06-20 | 1 | -1/+0 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+4 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 2 | -3/+0 |
* | Introduce Rewriter::IncreaseIndentation() which increase indentations for the... | Argyrios Kyrtzidis | 2011-04-16 | 1 | -1/+11 |
* | Collect the options applicable to the Rewriter methods into a RewriterOptions... | Argyrios Kyrtzidis | 2011-04-13 | 1 | -26/+27 |
* | Typo. | Fariborz Jahanian | 2011-04-11 | 1 | -1/+1 |
* | Fixup more objc rwriter bug having to do with | Fariborz Jahanian | 2011-04-11 | 1 | -0/+4 |
* | Enhance the Rewriter. | Argyrios Kyrtzidis | 2011-04-07 | 1 | -4/+51 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
* | Fix typo spotted by Nico Weber. | Nick Lewycky | 2010-10-31 | 1 | -1/+1 |
* | Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode | Nick Lewycky | 2010-08-13 | 2 | -6/+9 |
* | Pass StringRefs by value. | Benjamin Kramer | 2010-07-14 | 1 | -8/+8 |
* | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner | 2010-06-18 | 1 | -0/+1 |
* | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar | 2010-06-15 | 4 | -0/+249 |
* | Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric. | Daniel Dunbar | 2010-06-15 | 1 | -0/+1 |
* | Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient | Nick Lewycky | 2010-04-16 | 1 | -4/+8 |
* | Teach -fixit to modify all of its inputs instead of just the main file, unless | Nick Lewycky | 2010-04-15 | 1 | -6/+12 |
* | Some clean up of replacement text API no longer needed by | Fariborz Jahanian | 2010-02-05 | 1 | -1/+1 |
* | Fixes a rewrite bug rewriting nested ivars reference. | Fariborz Jahanian | 2010-01-28 | 1 | -1/+1 |
* | reduce redundant are's | Chris Lattner | 2010-01-20 | 1 | -1/+1 |
* | Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). | Ted Kremenek | 2010-01-07 | 1 | -2/+2 |
* | Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. | Daniel Dunbar | 2009-11-05 | 1 | -2/+2 |
* | Kill PreprocessorFactory, which was both morally repugnant and totally unused. | Daniel Dunbar | 2009-11-04 | 1 | -2/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 5 | -80/+80 |
* | restore indentation | Gabor Greif | 2009-08-27 | 1 | -1/+1 |
* | iterator.h is no more. Be standards compliant. | Gabor Greif | 2009-08-27 | 1 | -2/+2 |
* | Fix commentos | Daniel Dunbar | 2009-08-21 | 1 | -8/+7 |
* | Fix refacto. | Daniel Dunbar | 2009-08-21 | 1 | -1/+1 |
* | Remove now unnecessary helper methods. | Daniel Dunbar | 2009-08-19 | 1 | -19/+0 |
* | Convert parts of Rewriter to StringRef based API. | Daniel Dunbar | 2009-08-19 | 1 | -22/+19 |
* | Fix for PR2386: distinguish between insertion and replacements in the | Eli Friedman | 2009-05-18 | 1 | -5/+11 |
* | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner | 2009-04-14 | 1 | -5/+11 |
* | HTML rewriter: Don't replace tabs with spaces by default. | Ted Kremenek | 2009-03-18 | 1 | -2/+2 |
* | this massive patch introduces a simple new abstraction: it makes | Chris Lattner | 2009-01-17 | 3 | -22/+13 |
* | make the -rewrite-test a bit more interesting: it now | Chris Lattner | 2008-10-12 | 1 | -2/+21 |
* | start implementing a token rewriter. At this point, it just reads in a file | Chris Lattner | 2008-10-12 | 1 | -0/+60 |