aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Rewrite
AgeCommit message (Expand)Author
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-20Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet
2011-06-15Automatic Reference Counting.John McCall
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-16Introduce Rewriter::IncreaseIndentation() which increase indentations for the...Argyrios Kyrtzidis
2011-04-13Collect the options applicable to the Rewriter methods into a RewriterOptions...Argyrios Kyrtzidis
2011-04-11Typo.Fariborz Jahanian
2011-04-11Fixup more objc rwriter bug having to do withFariborz Jahanian
2011-04-07Enhance the Rewriter.Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-10-31Fix typo spotted by Nico Weber.Nick Lewycky
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky
2010-07-14Pass StringRefs by value.Benjamin Kramer
2010-06-18introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
2010-04-16Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficientNick Lewycky
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky
2010-02-05Some clean up of replacement text API no longer needed byFariborz Jahanian
2010-01-28Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian
2010-01-20reduce redundant are'sChris Lattner
2010-01-07Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek
2009-11-05Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.Daniel Dunbar
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-27restore indentationGabor Greif
2009-08-27iterator.h is no more. Be standards compliant.Gabor Greif
2009-08-21Fix commentosDaniel Dunbar
2009-08-21Fix refacto.Daniel Dunbar
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar
2009-05-18Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-03-18HTML rewriter: Don't replace tabs with spaces by default.Ted Kremenek
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2008-10-12make the -rewrite-test a bit more interesting: it now Chris Lattner
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner
2008-10-03add a disclaimerChris Lattner
2008-10-03add a new Rewriter::getRewritenText method that returns the text for a rangeChris Lattner
2008-08-16add missing class declarationNico Weber
2008-07-07In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek
2008-07-05Fix warningsSeo Sanghyeon
2008-05-29Update to follow recent LLVM changesAnton Korobeynikov
2008-05-28Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner