summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite/FixItRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-26/+43
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis2012-01-261-5/+11
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-6/+24
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-0/+5
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+5
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Automatic Reference Counting.John McCall2011-06-151-2/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Keep track of errors/warnings in FixItRewriter.Argyrios Kyrtzidis2010-11-181-0/+3
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+1
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-1/+4
* Simplify FixItHint by eliminated the unnecessary InsertionLocDouglas Gregor2010-08-181-12/+0
* Make the FixItOptions object required instead of optional.Nick Lewycky2010-08-151-4/+2
* Remember that FixItOptions* is optional and don't crash when it's not provided.Nick Lewycky2010-08-141-1/+1
* Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky2010-08-131-6/+6
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+167