]> granicus.if.org Git - clang/commit
[objc] If we don't know for sure what the designated initializers of the superclass...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Dec 2013 03:48:17 +0000 (03:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Dec 2013 03:48:17 +0000 (03:48 +0000)
commit3803363b4a01adcdc70635a5ce7bcaa43f1fbf79
tree37df3879fcd0f02e9a9dc216cd975bd26ad60a9a
parentda136dcd26402ee16f4fb527ad687bd7711f03d8
[objc] If we don't know for sure what the designated initializers of the superclass are,
assume that a [super init..] inside a designated initializer also refers to a designated one
and do not warn.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197202 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/attr-designated-init.m