Joel E. Denny
|
d26564a610
[Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug
|
6 жил өмнө |
Joel E. Denny
|
44d8911714
[Rewrite] Extend to further accept CharSourceRange
|
6 жил өмнө |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 жил өмнө |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 жил өмнө |
Eugene Zelenko
|
f06173045d
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 жил өмнө |
Yaron Keren
|
dd4f3ef4ab
Make local function isWhitespaceExceptNL static instead of in anonymous namespace
|
10 жил өмнө |
Yaron Keren
|
ab49a5a740
Rename highly-confusing isWhitespace that returns false on \n to
|
10 жил өмнө |
Argyrios Kyrtzidis
|
b90bec812a
[Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.
|
10 жил өмнө |
Hans Wennborg
|
938f2902fd
Trim some includes. NFC.
|
10 жил өмнө |
Daniel Jasper
|
f3a911f8cd
Delete unused method and clangAST dependency it required.
|
10 жил өмнө |
Daniel Jasper
|
6293d96764
Remove code duplication and cut dependency from clangRewrite on
|
10 жил өмнө |
Alp Toker
|
6c4abb1676
Make clang's rewrite engine a core feature
|
11 жил өмнө |
Ted Kremenek
|
305c613af6
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
13 жил өмнө |
James Dennett
|
8c10f84104
Documentation cleanup: Escaped backslashes in Doxygen comments.
|
13 жил өмнө |
NAKAMURA Takumi
|
2d9c4dfad1
clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files.
|
13 жил өмнө |
Manuel Klimek
|
bfbfee51ec
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
|
13 жил өмнө |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 жил өмнө |
Benjamin Kramer
|
8fe83e1df9
Move a method from IdentifierTable.h out of line and remove the SmallString include.
|
13 жил өмнө |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 жил өмнө |
John McCall
|
f85e193739
Automatic Reference Counting.
|
14 жил өмнө |
Fariborz Jahanian
|
85b1c7ce94
Use S.str() to force a flush.
|
14 жил өмнө |
Douglas Gregor
|
750ea6192f
Be sure to flush raw_string_ostream objects in the Objective-C
|
14 жил өмнө |
Argyrios Kyrtzidis
|
10c8d9e63b
Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range.
|
14 жил өмнө |
Argyrios Kyrtzidis
|
fd183ba0b1
Collect the options applicable to the Rewriter methods into a RewriterOptions struct.
|
14 жил өмнө |
Fariborz Jahanian
|
1d015313b2
Fixup more objc rwriter bug having to do with
|
14 жил өмнө |
Argyrios Kyrtzidis
|
b65ed34ebf
Enhance the Rewriter.
|
14 жил өмнө |
Benjamin Kramer
|
ec1b1cc006
Pass StringRefs by value.
|
15 жил өмнө |
Chris Lattner
|
0a76aae8c0
introduce a new CharSourceRange class, and enhance the diagnostics routines
|
15 жил өмнө |
Nick Lewycky
|
0ade808e0a
Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient
|
15 жил өмнө |