]> granicus.if.org Git - clang/commit
Objective-C. Warn when @encode'ing provides an incomplete
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 22 Aug 2014 23:17:52 +0000 (23:17 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 22 Aug 2014 23:17:52 +0000 (23:17 +0000)
commit024d9c65e9d3887045c82be09e4f630f19da48b4
treeb32fd36b0ba6e4cbacd0d3c10ef66fd55391efb2
parent91d7339375532eb2129db41212b0a4b8b6ef7063
Objective-C. Warn when @encode'ing provides an incomplete
type encoding because in certain cases, such as for vector
types, because we still haven't designed encoding for them.
rdar://9255564

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216301 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/ASTContext.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/encode-typeof-test.m