]> granicus.if.org Git - clang/history - Rewrite
the macro start and macro end bits in source location are dead, remove them.
[clang] / Rewrite /
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-23 Chris Lattneradd some assertions so that the rewriter dies violently...
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-08 Chris Lattnerremove some temporary code.
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 Lattnerminor cleanups
2007-11-08 Chris Lattneruse std::copy instead of memcpy for abstraction.
2007-11-08 Chris LattnerFix a rewriter bug that fariborz hit, when an @interfac...
2007-11-06 Fariborz JahanianFix an inverted conditional,
2007-11-02 Chris LattnerExpose InsertText, fixing an oversight.
2007-10-25 Chris Lattnersimplify change.
2007-10-25 Chris LattnerFix a bug steve noticed when handling nested rewrites...
2007-10-17 Chris LattnerAdd new API to rewrite one stmt/expr with another.
2007-10-17 Chris LattnerThe size returned by Rewriter::getRangeSize should...
2007-10-16 Chris LattnerFix location processing of @encode: the range should...
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 Lattnerhaha, my devious plot is complete:
2007-10-13 Chris LattnerWith this I can now insert stuff before tabs, woo.
2007-10-13 Chris LattnerWoo, tab deletion now works. Next lets see if we can
2007-10-13 Chris Lattneranother step forward in rewriter stuff. This still has
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...