summaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/TokenRewriter.cpp
AgeCommit message (Expand)Author
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2014-07-16Make clang's rewrite engine a core featureAlp Toker
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