index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Rewrite
/
Rewriter.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-01-31
add some helper methods for removing and replacing text, this makes the
Chris Lattner
2008-01-31
Make rewriter::inserttext return a bool to indicate if it failed.
Chris Lattner
2008-01-23
add some assertions so that the rewriter dies violently with a useful
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-08
remove some temporary code.
Chris Lattner
2007-11-08
add a getAtOffset() member to simplify some code.
Chris Lattner
2007-11-08
Add a new RewriteRope data structure which is a smarter way to represent the ...
Chris Lattner
2007-11-08
minor cleanups
Chris Lattner
2007-11-08
use std::copy instead of memcpy for abstraction.
Chris Lattner
2007-11-08
Fix a rewriter bug that fariborz hit, when an @interface was the very very very
Chris Lattner
2007-11-06
Fix an inverted conditional,
Fariborz Jahanian
2007-11-02
Expose InsertText, fixing an oversight.
Chris Lattner
2007-10-25
simplify change.
Chris Lattner
2007-10-25
Fix a bug steve noticed when handling nested rewrites. We now turn this:
Chris Lattner
2007-10-17
Add new API to rewrite one stmt/expr with another.
Chris Lattner
2007-10-17
The size returned by Rewriter::getRangeSize should include
Chris Lattner
2007-10-16
Fix location processing of @encode: the range should include the @ sign.
Chris Lattner
2007-10-16
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
Push the rewriter forward a bit more. Now it rewrites
Chris Lattner
2007-10-13
haha, my devious plot is complete:
Chris Lattner
2007-10-13
With this I can now insert stuff before tabs, woo.
Chris Lattner
2007-10-13
Woo, tab deletion now works. Next lets see if we can
Chris Lattner
2007-10-13
another step forward in rewriter stuff. This still has
Chris Lattner
2007-10-11
Push the rewriting APIs along. Build a trivial client that replaces tabs
Chris Lattner
2007-09-15
Initial checkin of rewriter interface. It is just stubbed out for now.
Chris Lattner