[PATCH] D49462: [ObjC] Error out when using forward-declared protocol in a @protocol expression
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 17 15:18:56 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL340102: [ObjC] Error out when using forward-declared protocol in a @protocol (authored by arphaman, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D49462?vs=161142&id=161347#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49462
Files:
cfe/trunk/include/clang/Basic/DiagnosticGroups.td
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/lib/CodeGen/CGObjCMac.cpp
cfe/trunk/lib/Sema/SemaExpr.cpp
cfe/trunk/lib/Sema/SemaExprObjC.cpp
cfe/trunk/test/CodeGenObjC/forward-declare-protocol-gnu.m
cfe/trunk/test/CodeGenObjC/forward-protocol-metadata-symbols.m
cfe/trunk/test/CodeGenObjC/hidden-visibility.m
cfe/trunk/test/CodeGenObjC/link-errors.m
cfe/trunk/test/CodeGenObjC/protocol-comdat.m
cfe/trunk/test/CodeGenObjC/protocols-lazy.m
cfe/trunk/test/CodeGenObjC/protocols.m
cfe/trunk/test/PCH/objc_exprs.h
cfe/trunk/test/Parser/objc-cxx-keyword-identifiers.mm
cfe/trunk/test/SemaObjC/protocol-expr-neg-1.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49462.161347.patch
Type: text/x-patch
Size: 10505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180817/42368931/attachment-0001.bin>
More information about the cfe-commits
mailing list