summaryrefslogtreecommitdiff
path: root/lib/Rewrite/TokenRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+99
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-99/+0
* Clang should not warn on code in clang that is only there to remove warnings.Jakob Stoklund Olesen2011-01-061-1/+1
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-221-2/+2
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-1/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-10/+10
* This change refactors some of the low-level lexer interfaces a bit.Chris Lattner2009-01-261-2/+3
* add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner2009-01-171-4/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-3/+3
* make the -rewrite-test a bit more interesting: it now Chris Lattner2008-10-121-3/+50
* start implementing a token rewriter. At this point, it just reads in a fileChris Lattner2008-10-121-0/+53