Fangrui Song
|
ce76f242a3
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Richard Smith
|
ef91bd38cd
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
|
7 年之前 |
Eugene Zelenko
|
f06173045d
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 年之前 |
Alexander Shaposhnikov
|
d0f47eb94f
[clang] Fix format specifiers fixits for nested macros
|
8 年之前 |
Alexander Shaposhnikov
|
97a93ed908
[clang] Fix format specifiers fixits
|
8 年之前 |
Argyrios Kyrtzidis
|
232bf3f19a
[ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource
|
8 年之前 |
Yaron Keren
|
4d9c4a9b23
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
10 年之前 |
Argyrios Kyrtzidis
|
aa98950ec9
[Edit] Fix issue with tracking what macro argument inputs have been edited.
|
10 年之前 |
Benjamin Kramer
|
95871f43bf
[edit] Don't hit an assert when trying to delete a trailing space at EOF
|
10 年之前 |
Yaron Keren
|
9bd91b686a
Remove many superfluous SmallString::str() calls.
|
10 年之前 |
Benjamin Kramer
|
0454256be7
Edit: Do not extend a removal to include trailing whitespace if we're at the end
|
11 年之前 |
Craig Topper
|
4182be8d4b
[C++11] Use 'nullptr'.
|
11 年之前 |
Benjamin Kramer
|
8607d4e4b2
Avoid a local Twine variable.
|
11 年之前 |
Argyrios Kyrtzidis
|
ecc271fefd
[objcmt] Fix a mishandled conversion to objc directory literal.
|
12 年之前 |
Jordan Rose
|
3f6f51e282
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
|
12 年之前 |
Dmitri Gribenko
|
cfa88f8939
Remove useless 'llvm::' qualifier from names like StringRef and others that are
|
12 年之前 |
NAKAMURA Takumi
|
f50b8f0a8e
EditedSource.cpp: Appease msvc, to add <cctype>.
|
12 年之前 |
Argyrios Kyrtzidis
|
5964df144c
Use some heuristics so that when a fixit removes a source range, we try
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Argyrios Kyrtzidis
|
055b395294
[objcmt] When rewriting to array/dictionary literals, add an explicit
|
13 年之前 |
Ted Kremenek
|
30660a8985
Add new code migrator support for migrating existing Objective-C code to use
|
13 年之前 |