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
/
test
/
SemaObjC
/
attr-designated-init.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sema] Allow to opt-out of overriding the super class's designated initialize...
Argyrios Kyrtzidis
2015-07-30
1
-1
/
+11
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-41
/
+3
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-3
/
+41
*
Fix crashes on missing @interface for category
Ben Langmuir
2015-01-20
1
-0
/
+8
*
Rename "secondary initializer" -> "convenience initializer" in the warnings, ...
Argyrios Kyrtzidis
2014-05-06
1
-7
/
+7
*
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
2014-04-26
1
-0
/
+22
*
[objc] -[NSObject init] is documented to not do anything, don't warn if subcl...
Argyrios Kyrtzidis
2014-04-16
1
-1
/
+21
*
[objc] Consider new initializers inside @implementation when determining if t...
Argyrios Kyrtzidis
2014-04-16
1
-7
/
+84
*
[SemaObjC] For the semantics of the designated-initializer attribute, conside...
Argyrios Kyrtzidis
2014-03-28
1
-3
/
+9
*
Objective-C. Consider blocks for designated initializer
Fariborz Jahanian
2014-03-17
1
-3
/
+26
*
Objective-C. Turn off designated initialization warnings on
Fariborz Jahanian
2014-03-14
1
-1
/
+15
*
Objective-C. Allow objc_designated_initializer for private
Fariborz Jahanian
2014-03-14
1
-8
/
+8
*
Objective-C. Prevent an assertion crash due to buggy code
Fariborz Jahanian
2014-03-11
1
-0
/
+10
*
[objc] Add a test to make sure that a class can add a secondary initializer v...
Argyrios Kyrtzidis
2013-12-14
1
-1
/
+20
*
[objc] If we don't know for sure what the designated initializers of the supe...
Argyrios Kyrtzidis
2013-12-13
1
-0
/
+16
*
Add a SubsetSubject in Attr.td to automate checking of where the objc_designa...
Argyrios Kyrtzidis
2013-12-07
1
-8
/
+8
*
[objc] If an interface has no initializer marked as designated and introduces...
Argyrios Kyrtzidis
2013-12-05
1
-1
/
+27
*
[objc] Add a warning when a class that provides a designated initializer, doe...
Argyrios Kyrtzidis
2013-12-03
1
-6
/
+8
*
[objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
2013-12-03
1
-3
/
+43
*
[objc] Emit warnings when the implementation of a designated initializer call...
Argyrios Kyrtzidis
2013-12-03
1
-8
/
+17
*
[objc] Emit a warning when the implementation of a designated initializer doe...
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+96
*
[objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+32