Fangrui Song
|
329eb5c6ba
Use llvm::stable_sort
|
6 жил өмнө |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Erik Pilkington
|
04c9c6990b
[Sema][ObjC] Infer availability of +new from availability of -init.
|
7 жил өмнө |
Stephen Kelly
|
2dfd8132cf
Port getLocEnd -> getEndLoc
|
7 жил өмнө |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 жил өмнө |
Stephen Kelly
|
467b2ee90d
Add getEndLoc API to replace getLocEnd
|
7 жил өмнө |
Vlad Tsyrklevich
|
e4e98a312c
[AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDecl
|
7 жил өмнө |
Erich Keane
|
fb42852a3c
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext
|
7 жил өмнө |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 жил өмнө |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 жил өмнө |
Eugene Zelenko
|
761af913a3
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
|
7 жил өмнө |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 жил өмнө |
Eugene Zelenko
|
007ca3031d
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 жил өмнө |
Alex Lorenz
|
2eb4707ace
[ObjC] Pick a 'readwrite' property when synthesizing ambiguous
|
8 жил өмнө |
Alexey Bataev
|
94b4418c2d
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
|
8 жил өмнө |
Bruno Cardoso Lopes
|
f826bb46d9
[Modules][ObjC] Check definition from canonical decl on designated initializers
|
8 жил өмнө |
Alex Lorenz
|
942d4ddd53
[ObjC][ARC] Avoid -Warc-performSelector-leaks for performSelector variations
|
8 жил өмнө |
Alex Lorenz
|
c8cd8ea2c4
[Sema][ObjC] Warn about 'performSelector' calls with selectors
|
8 жил өмнө |
Alex Lorenz
|
b10bb3222f
[ObjC][Modules] Don't perform property lookup in hidden class extensions
|
8 жил өмнө |
Alex Lorenz
|
df24b15e72
[ObjC] Prevent infinite loops when iterating over redeclaration
|
8 жил өмнө |
Benjamin Kramer
|
fd352be22e
Retire llvm::alignOf in favor of C++11 alignof.
|
8 жил өмнө |
Manman Ren
|
4abceaa630
ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.
|
9 жил өмнө |
Manman Ren
|
1286300e38
ObjectiveC Generics: Start using ObjCTypeParamType.
|
9 жил өмнө |
Jordan Rose
|
d5289358c5
Fix ObjCMethodDecl::findPropertyDecl for class properties.
|
9 жил өмнө |
Manman Ren
|
10eabf41b2
Class Property: change PropertyMap to include isClassProperty.
|
9 жил өмнө |
Manman Ren
|
418381e0b2
Class Property: class property and instance property can have the same name.
|
9 жил өмнө |
Manman Ren
|
43af734908
Class Property: handle class properties.
|
9 жил өмнө |
Manman Ren
|
00fef86c90
Use instance_properties instead of properties. NFC.
|
9 жил өмнө |
James Y Knight
|
7d510c2089
[TrailingObjects] Convert Decl* classes.
|
9 жил өмнө |
Douglas Gregor
|
249d7a566d
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
|
9 жил өмнө |