aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FixItRewriter.cpp
AgeCommit message (Expand)Author
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