aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/FixItRewriter.cpp
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-01-26In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
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-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-06-15Automatic Reference Counting.John McCall
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-18Keep track of errors/warnings in FixItRewriter.Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-18Simplify FixItHint by eliminated the unnecessary InsertionLocDouglas Gregor
2010-08-15Make the FixItOptions object required instead of optional.Nick Lewycky
2010-08-14Remember that FixItOptions* is optional and don't crash when it's not provided.Nick Lewycky
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar