Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Eugene Zelenko
|
f06173045d
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 years ago |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 years ago |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 years ago |
Alp Toker
|
6c4abb1676
Make clang's rewrite engine a core feature
|
11 years ago |
Ted Kremenek
|
305c613af6
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
13 years ago |
Jakob Stoklund Olesen
|
b7ec67a43d
Clang should not warn on code in clang that is only there to remove warnings.
|
14 years ago |
Abramo Bagnara
|
c4bf2b9afb
Introduced raw_identifier token kind.
|
14 years ago |
Chris Lattner
|
6e2901407b
Fix PR5633 by making the preprocessor handle the case where we can
|
15 years ago |
Mike Stump
|
1eb4433ac4
Remove tabs, and whitespace cleanups.
|
16 years ago |
Chris Lattner
|
47246be8ac
This change refactors some of the low-level lexer interfaces a bit.
|
16 years ago |
Chris Lattner
|
025c3a6640
add a simplified lexer ctor that sets up the lexer to raw-lex an
|
16 years ago |
Chris Lattner
|
2b2453a7d8
this massive patch introduces a simple new abstraction: it makes
|
16 years ago |
Chris Lattner
|
99bd46c018
make the -rewrite-test a bit more interesting: it now
|
17 years ago |
Chris Lattner
|
cff9cc95de
start implementing a token rewriter. At this point, it just reads in a file
|
17 years ago |