]> granicus.if.org Git - clang/history - include/clang/Rewrite/Rewriter.h
add some helper methods for removing and replacing text, this makes the
[clang] / include / clang / Rewrite / Rewriter.h
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-08 Chris Lattneradd a getAtOffset() member to simplify some code.
2007-11-08 Chris LattnerAdd a new RewriteRope data structure which is a smarter...
2007-11-08 Chris Lattnerabstract out buffer type a bit better
2007-10-17 Chris LattnerAdd new API to rewrite one stmt/expr with another.
2007-10-16 Chris LattnerAdd a new Rewriter::getRangeSize method.
2007-10-16 Chris LattnerPush the rewriter forward a bit more. Now it rewrites
2007-10-13 Chris Lattneranother step forward in rewriter stuff. This still has
2007-10-12 Chris Lattneradd comments.
2007-10-11 Chris LattnerPush the rewriting APIs along. Build a trivial client...
2007-09-15 Chris LattnerInitial checkin of rewriter interface. It is just...