aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FixItRewriter.h
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-02Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor