summaryrefslogtreecommitdiff
path: root/include/clang/Rewrite
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to instantiate std::list at an incomplete type; it's notJohn McCall2012-05-021-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+3
* objc rewriter: start supporting modern objective-c abiFariborz Jahanian2012-02-071-0/+5
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-052-3/+3
* Remove unused field from FixItRecompile.Argyrios Kyrtzidis2012-02-041-2/+1
* In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis2012-01-261-1/+6
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-262-1/+29
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-292-2/+4
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-3/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-252-6/+6
* remove some now-redundant forward declarations.Chris Lattner2011-07-202-4/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-204-11/+8
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-202-14/+14
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-201-1/+0
* Automatic Reference Counting.John McCall2011-06-151-1/+4
* Remove unused STL header includes.Jay Foad2011-04-232-3/+0
* Introduce Rewriter::IncreaseIndentation() which increase indentations for the...Argyrios Kyrtzidis2011-04-161-1/+11
* Collect the options applicable to the Rewriter methods into a RewriterOptions...Argyrios Kyrtzidis2011-04-131-26/+27
* Typo.Fariborz Jahanian2011-04-111-1/+1
* Fixup more objc rwriter bug having to do withFariborz Jahanian2011-04-111-0/+4
* Enhance the Rewriter.Argyrios Kyrtzidis2011-04-071-4/+51
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+1
* Fix typo spotted by Nico Weber.Nick Lewycky2010-10-311-1/+1
* Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky2010-08-132-6/+9
* Pass StringRefs by value.Benjamin Kramer2010-07-141-8/+8
* introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner2010-06-181-0/+1
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-154-0/+249
* Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar2010-06-151-0/+1
* Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficientNick Lewycky2010-04-161-4/+8
* Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky2010-04-151-6/+12
* Some clean up of replacement text API no longer needed byFariborz Jahanian2010-02-051-1/+1
* Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian2010-01-281-1/+1
* reduce redundant are'sChris Lattner2010-01-201-1/+1
* Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek2010-01-071-2/+2
* Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar2009-11-051-2/+2
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-2/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-095-80/+80
* restore indentationGabor Greif2009-08-271-1/+1
* iterator.h is no more. Be standards compliant.Gabor Greif2009-08-271-2/+2
* Fix commentosDaniel Dunbar2009-08-211-8/+7
* Fix refacto.Daniel Dunbar2009-08-211-1/+1
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-19/+0
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-22/+19
* Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman2009-05-181-5/+11
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-5/+11
* HTML rewriter: Don't replace tabs with spaces by default.Ted Kremenek2009-03-181-2/+2
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-173-22/+13
* make the -rewrite-test a bit more interesting: it now Chris Lattner2008-10-121-2/+21
* start implementing a token rewriter. At this point, it just reads in a fileChris Lattner2008-10-121-0/+60