aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FixItRewriter.cpp
AgeCommit message (Expand)Author
2010-03-31Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor
2010-03-31Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor
2010-03-31Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor
2010-01-06When suggesting a typo correction for an @implementation without aDouglas Gregor
2009-12-03Kill a few more random stderr uses.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-25Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman
2009-08-24Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-08-23adjust for raw_fd_ostream api change.Chris Lattner
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar
2009-07-15Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-04-02Add a new command-line option "-fixit-at=file:line:column" that onlyDouglas Gregor
2009-04-02Provide FIX-IT notes to describe what fix-it is doing behind theDouglas Gregor
2009-04-02Some cleanups to the fix-it rewriter. Thanks, ChrisDouglas Gregor
2009-04-02Clean up -fixit output slightlyDouglas Gregor
2009-04-02Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor