index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclObjC.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
Fix ObjCMethodDecl::findPropertyDecl for class properties.
Jordan Rose
1
-9
/
+15
2016-01-28
Class Property: change PropertyMap to include isClassProperty.
Manman Ren
1
-6
/
+8
2016-01-28
Class Property: class property and instance property can have the same name.
Manman Ren
1
-18
/
+65
2016-01-27
Class Property: handle class properties.
Manman Ren
1
-2
/
+2
2016-01-26
Use instance_properties instead of properties. NFC.
Manman Ren
1
-6
/
+6
2015-12-29
[TrailingObjects] Convert Decl* classes.
James Y Knight
1
-7
/
+7
2015-11-03
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
1
-11
/
+65
2015-07-08
DeclObjC: Move computing the type of self into a separate function (NFC).
Adrian Prantl
1
-5
/
+13
2015-07-07
Use AlignOf instead of alignOf so that this can go back to being a static_ass...
Aaron Ballman
1
-3
/
+3
2015-07-07
Changing a use of alignof() into llvm::alignOf() for MSVC compatibility. This...
Aaron Ballman
1
-2
/
+3
2015-07-07
Don't rely on the use of non-POD types within unions.
Douglas Gregor
1
-1
/
+3
2015-07-07
[libclang] Replace ObjC generic parameters when code-completing method implem...
Douglas Gregor
1
-0
/
+6
2015-07-07
The AST importer had a bug where it would enter into an infinite recursion
Douglas Gregor
1
-13
/
+22
2015-07-07
Implement variance for Objective-C type parameters.
Douglas Gregor
1
-5
/
+13
2015-07-07
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
1
-1
/
+1
2015-07-07
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
1
-2
/
+28
2015-07-07
Handle Objective-C type arguments.
Douglas Gregor
1
-0
/
+27
2015-07-07
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
1
-4
/
+113
2015-06-22
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
1
-1
/
+1
2015-06-22
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-06-19
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
1
-3
/
+5
2015-03-24
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
1
-0
/
+5
2015-03-11
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
1
-10
/
+0
2015-03-09
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
1
-0
/
+10
2015-03-02
Fix ObjCInterfaceDecl::getCategoryMethod() and give it a caller. No behavior ...
Nico Weber
1
-2
/
+1
2015-02-21
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
1
-8
/
+8
2015-02-17
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
1
-3
/
+2
2015-01-16
ObjC getters with names like "newItem" should still be linked to the @property.
Jordan Rose
1
-1
/
+1
2014-12-22
Wrap to 80 columns. NfC.
Nico Weber
1
-10
/
+11
2014-11-19
Constify a few IdentifierInfo * parameters.
Jordan Rose
1
-3
/
+3
2014-08-27
Objective-C. Change to method lookup rules to look
Fariborz Jahanian
1
-12
/
+15
2014-08-22
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
1
-0
/
+5
2014-08-01
Improving diagnostic source ranges for the nonnull attribute. Now it highligh...
Aaron Ballman
1
-0
/
+7
2014-07-16
Objective-C. Changes per A. Ballman's comment
Fariborz Jahanian
1
-10
/
+12
2014-07-16
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
1
-0
/
+23
2014-05-16
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
1
-17
/
+17
2014-05-12
[C++11] Use 'nullptr'. AST edition.
Craig Topper
1
-74
/
+83
2014-05-10
Stop all the Decl classes poking at Redeclarable's data member directly, and ...
Richard Smith
1
-1
/
+1
2014-04-26
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
1
-3
/
+13
2014-04-16
Fix indentation, NFC.
Argyrios Kyrtzidis
1
-4
/
+4
2014-04-16
[objc] Consider new initializers inside @implementation when determining if t...
Argyrios Kyrtzidis
1
-0
/
+6
2014-03-28
[SemaObjC] For the semantics of the designated-initializer attribute, conside...
Argyrios Kyrtzidis
1
-9
/
+30
2014-03-14
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
1
-6
/
+4
2014-03-14
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
1
-6
/
+2
2014-03-14
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
1
-13
/
+7
2014-03-13
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
1
-21
/
+14
2014-03-13
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
1
-4
/
+1
2014-03-13
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...
Aaron Ballman
1
-4
/
+1
2014-03-13
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
1
-7
/
+2
2014-03-13
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
1
-33
/
+10
[next]