index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
DeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-0
/
+10
*
Fix ObjCInterfaceDecl::getCategoryMethod() and give it a caller. No behavior ...
Nico Weber
2015-03-02
1
-2
/
+1
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-8
/
+8
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-3
/
+2
*
ObjC getters with names like "newItem" should still be linked to the @property.
Jordan Rose
2015-01-16
1
-1
/
+1
*
Wrap to 80 columns. NfC.
Nico Weber
2014-12-22
1
-10
/
+11
*
Constify a few IdentifierInfo * parameters.
Jordan Rose
2014-11-19
1
-3
/
+3
*
Objective-C. Change to method lookup rules to look
Fariborz Jahanian
2014-08-27
1
-12
/
+15
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+5
*
Improving diagnostic source ranges for the nonnull attribute. Now it highligh...
Aaron Ballman
2014-08-01
1
-0
/
+7
*
Objective-C. Changes per A. Ballman's comment
Fariborz Jahanian
2014-07-16
1
-10
/
+12
*
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
2014-07-16
1
-0
/
+23
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-17
/
+17
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-74
/
+83
*
Stop all the Decl classes poking at Redeclarable's data member directly, and ...
Richard Smith
2014-05-10
1
-1
/
+1
*
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
2014-04-26
1
-3
/
+13
*
Fix indentation, NFC.
Argyrios Kyrtzidis
2014-04-16
1
-4
/
+4
*
[objc] Consider new initializers inside @implementation when determining if t...
Argyrios Kyrtzidis
2014-04-16
1
-0
/
+6
*
[SemaObjC] For the semantics of the designated-initializer attribute, conside...
Argyrios Kyrtzidis
2014-03-28
1
-9
/
+30
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
1
-6
/
+4
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-6
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-13
/
+7
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-21
/
+14
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
2014-03-13
1
-7
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-33
/
+10
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-29
/
+14
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-12
/
+7
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-7
/
+2
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-5
/
+5
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-17
/
+8
*
Objective-C. Prevent an assertion crash due to buggy code
Fariborz Jahanian
2014-03-11
1
-4
/
+12
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-5
/
+3
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
1
-2
/
+2
*
Remove obsolete ObjCMethodDecl arg_type iterator functions
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-18
/
+10
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-1
/
+1
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-1
/
+1
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-5
/
+3
*
Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...
Ted Kremenek
2013-12-10
1
-20
/
+1
*
[AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instea...
Argyrios Kyrtzidis
2013-12-10
1
-3
/
+1
*
[objc] If an interface has no initializer marked as designated and introduces...
Argyrios Kyrtzidis
2013-12-05
1
-14
/
+48
*
[objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+8
*
[objc] Emit warnings when the implementation of a designated initializer call...
Argyrios Kyrtzidis
2013-12-03
1
-2
/
+5
*
[objc] Emit a warning when the implementation of a designated initializer doe...
Argyrios Kyrtzidis
2013-12-03
1
-2
/
+43
*
[objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+29
*
Use specific_attr_iterator to tighten loop over ObjCSuppressProtocolAttrs.
Ted Kremenek
2013-11-23
1
-8
/
+4
*
Move logic to check if a class is tagged with objc_suppress_protocol_methods ...
Ted Kremenek
2013-11-23
1
-12
/
+18
*
Add back experimental attribute objc_suppress_protocol_methods (slightly rena...
Ted Kremenek
2013-11-23
1
-1
/
+18
[prev]
[next]