aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FixItRewriter.h
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
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-02Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor