Age | Commit message (Expand) | Author |
---|---|---|
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-15 | Teach -fixit to modify all of its inputs instead of just the main file, unless | Nick Lewycky |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-04-02 | Add a new command-line option "-fixit-at=file:line:column" that only | Douglas Gregor |
2009-04-02 | Provide FIX-IT notes to describe what fix-it is doing behind the | Douglas Gregor |
2009-04-02 | Introduce a "-fixit" mode to clang-cc that applies code-modification hints. | Douglas Gregor |