aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/TokenRewriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko1-7/+8
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-0/+99
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek1-99/+0
2011-01-06Clang should not warn on code in clang that is only there to remove warnings.Jakob Stoklund Olesen1-1/+1
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara1-2/+2
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner1-1/+2
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-10/+10
2009-01-26This change refactors some of the low-level lexer interfaces a bit.Chris Lattner1-2/+3
2009-01-17add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner1-4/+1
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner1-3/+3
2008-10-12make the -rewrite-test a bit more interesting: it now Chris Lattner1-3/+50
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner1-0/+53