aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/TokenRewriter.cpp
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2011-01-06Clang should not warn on code in clang that is only there to remove warnings.Jakob Stoklund Olesen
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-01-26This change refactors some of the low-level lexer interfaces a bit.Chris Lattner
2009-01-17add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2008-10-12make the -rewrite-test a bit more interesting: it now Chris Lattner
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner