summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FixItRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* When suggesting a typo correction for an @implementation without aDouglas Gregor2010-01-061-0/+3
* Kill a few more random stderr uses.Daniel Dunbar2009-12-031-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-11/+11
* Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman2009-08-251-4/+2
* Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin2009-08-241-0/+2
* API changes to match llvm ToT.Chris Lattner2009-08-231-1/+1
* Replace cerr with errs().Benjamin Kramer2009-08-231-2/+1
* adjust for raw_fd_ostream api change.Chris Lattner2009-08-231-10/+6
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-1/+1
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-2/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-0/+2
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-2/+3
* Add a new command-line option "-fixit-at=file:line:column" that onlyDouglas Gregor2009-04-021-2/+37
* Provide FIX-IT notes to describe what fix-it is doing behind theDouglas Gregor2009-04-021-31/+39
* Some cleanups to the fix-it rewriter. Thanks, ChrisDouglas Gregor2009-04-021-29/+43
* Clean up -fixit output slightlyDouglas Gregor2009-04-021-1/+2
* Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor2009-04-021-0/+140
OpenPOWER on IntegriCloud