Age | Commit message (Expand) | Author |
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 |
2009-08-27 | restore indentation | Gabor Greif |
2009-08-27 | iterator.h is no more. Be standards compliant. | Gabor Greif |
2009-08-21 | Fix commentos | Daniel Dunbar |
2009-08-21 | Fix refacto. | Daniel Dunbar |
2009-08-19 | Remove now unnecessary helper methods. | Daniel Dunbar |
2009-08-19 | Convert parts of Rewriter to StringRef based API. | Daniel Dunbar |
2009-05-18 | Fix for PR2386: distinguish between insertion and replacements in the | Eli Friedman |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-03-18 | HTML rewriter: Don't replace tabs with spaces by default. | Ted Kremenek |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2008-10-12 | make the -rewrite-test a bit more interesting: it now | Chris Lattner |
2008-10-12 | start implementing a token rewriter. At this point, it just reads in a file | Chris Lattner |
2008-10-03 | add a disclaimer | Chris Lattner |
2008-10-03 | add a new Rewriter::getRewritenText method that returns the text for a range | Chris Lattner |
2008-08-16 | add missing class declaration | Nico Weber |
2008-07-07 | In a report-XXXXX.html, make the title include the name of the file with the ... | Ted Kremenek |
2008-07-05 | Fix warnings | Seo Sanghyeon |
2008-05-29 | Update to follow recent LLVM changes | Anton Korobeynikov |
2008-05-28 | Fix rewrite rope to keep the leaf list up-to-date as it erases leaves | Chris Lattner |
2008-05-24 | This fixes a VC++ build failure. | Steve Naroff |
2008-05-23 | add some assertions to catch bad things before they die | Chris Lattner |
2008-04-23 | fix a rewriter crash on zero length files. | Chris Lattner |
2008-04-20 | html::EscapeText (using the Rewriter) now replaces tabs by default. | Ted Kremenek |
2008-04-18 | Provide a version of html::HighlightMacros that takes a Preprocessor&. | Ted Kremenek |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |