Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 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 |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 years ago |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 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 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 years ago |
Chris Lattner
|
fae962200e
"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment
|
15 years ago |
Chris Lattner
|
3ea5cf8889
reduce redundant are's
|
15 years ago |
Douglas Gregor
|
6991218a70
Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here
|
15 years ago |
Mike Stump
|
1eb4433ac4
Remove tabs, and whitespace cleanups.
|
16 years ago |
Chris Lattner
|
53f9e203c1
Fix a corner case that ted hit in -emit-html, rdar://5863212
|
17 years ago |
Chris Lattner
|
febe719596
Change the RewriteRope::Chunks data structure from an std::list into
|
17 years ago |
Chris Lattner
|
3b7ff0d143
Change the btree algorithm to split nodes bottom-up instead of top-down.
|
17 years ago |
Chris Lattner
|
b169e903c5
split node splitting from interior node restructuring.
|
17 years ago |
Chris Lattner
|
22cb282b29
final cleanup, the code is now in a reviewable state.
|
17 years ago |
Chris Lattner
|
8100d74951
move the DeltaTree implementation out of line, remove debugging printfs etc.
|
17 years ago |