Bruno Ricci
|
749fd7613d
[AST] Update the comments of the various Expr::Ignore* + Related cleanups
|
6 năm trước cách đây |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 năm trước cách đây |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 năm trước cách đây |
Bill Wendling
|
0680f97fc4
Create ConstantExpr class
|
6 năm trước cách đây |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 năm trước cách đây |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 năm trước cách đây |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 năm trước cách đây |
Galina Kistanova
|
2977397e54
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 năm trước cách đây |
Alexander Kornienko
|
4ac74f807f
Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
|
9 năm trước cách đây |
Benjamin Kramer
|
5a937fdeff
[AST] Remove StmtRange in favor of an iterator_range.
|
10 năm trước cách đây |
Richard Smith
|
1f468121f5
[modules] Stop trying to fake up a linear MacroDirective history.
|
10 năm trước cách đây |
Eric Christopher
|
fa11365ab6
Clean up language and grammar.
|
11 năm trước cách đây |
Craig Topper
|
a797c529a6
[C++11] Use 'nullptr'.
|
11 năm trước cách đây |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 năm trước cách đây |
Benjamin Kramer
|
ba9fd9e97e
[C++11] Replace llvm::tie with std::tie.
|
11 năm trước cách đây |
Argyrios Kyrtzidis
|
f4d0239893
Point diagnostics that complain about a use of a selector in an objc message, to the selector location.
|
12 năm trước cách đây |
Argyrios Kyrtzidis
|
20bcd4ead4
[arcmt] Allow removing an -autorelease of a variable initialized in the previous statement.
|
12 năm trước cách đây |
Argyrios Kyrtzidis
|
af1c08f216
[arcmt] Don't error if an autoreleased variable is returned after the -autorelease.
|
12 năm trước cách đây |
Benjamin Kramer
|
9852f58f50
Don't include Type.h in DeclarationName.h.
|
12 năm trước cách đây |
Benjamin Kramer
|
accaf19bc1
s/tranform/transform/
|
12 năm trước cách đây |
Benjamin Kramer
|
471c8b4998
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
|
13 năm trước cách đây |
Argyrios Kyrtzidis
|
76a5245d7f
[arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a +0 method,
|
13 năm trước cách đây |
Argyrios Kyrtzidis
|
1b8fbd3601
[arcmt] Remove an unused -autorelease, without failing with error, for this
|
13 năm trước cách đây |
Argyrios Kyrtzidis
|
5a42a0292a
[arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autorelease' message" ARC
|
13 năm trước cách đây |
Argyrios Kyrtzidis
|
b6a1b10a8d
[arcmt] Remove the "it is not safe to remove an unused 'autorelease' message" ARC
|
13 năm trước cách đây |
David Blaikie
|
4e4d08403c
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
13 năm trước cách đây |
Ted Kremenek
|
30660a8985
Add new code migrator support for migrating existing Objective-C code to use
|
13 năm trước cách đây |
Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 năm trước cách đây |
John McCall
|
4b9c2d235f
Change the AST representation of operations on Objective-C
|
13 năm trước cách đây |
Argyrios Kyrtzidis
|
e7ef8556f4
[arcmt] For GC, cleanup and turn -finalize to -dealloc.
|
13 năm trước cách đây |