index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
FixItRewriter.cpp
Age
Commit message (
Expand
)
Author
2010-03-31
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-01-06
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2009-12-03
Kill a few more random stderr uses.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-25
Update clang for raw_fd_ostream no longer requiring F_Force.
Dan Gohman
2009-08-24
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-23
API changes to match llvm ToT.
Chris Lattner
2009-08-23
Replace cerr with errs().
Benjamin Kramer
2009-08-23
adjust for raw_fd_ostream api change.
Chris Lattner
2009-08-19
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-07-15
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
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
Some cleanups to the fix-it rewriter. Thanks, Chris
Douglas Gregor
2009-04-02
Clean up -fixit output slightly
Douglas Gregor
2009-04-02
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
Douglas Gregor