index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Rewrite
/
TokenRewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-03-27
1
-7
/
+8
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-0
/
+99
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-99
/
+0
*
Clang should not warn on code in clang that is only there to remove warnings.
Jakob Stoklund Olesen
2011-01-06
1
-1
/
+1
*
Introduced raw_identifier token kind.
Abramo Bagnara
2010-12-22
1
-2
/
+2
*
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-30
1
-1
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-10
/
+10
*
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-26
1
-2
/
+3
*
add a simplified lexer ctor that sets up the lexer to raw-lex an
Chris Lattner
2009-01-17
1
-4
/
+1
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-3
/
+3
*
make the -rewrite-test a bit more interesting: it now
Chris Lattner
2008-10-12
1
-3
/
+50
*
start implementing a token rewriter. At this point, it just reads in a file
Chris Lattner
2008-10-12
1
-0
/
+53