]> granicus.if.org Git - clang/commit
Don't crash when a duplicate interface/protocol is inside an extern "C" context.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 13 Nov 2011 22:08:30 +0000 (22:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 13 Nov 2011 22:08:30 +0000 (22:08 +0000)
commit4fc04da71ed46d63dc991dbea4fd52341e56c0a1
treee34a67e05427c746e8509144885fce5f44354a19
parente2d4f4ed44a32f179c6d48cd1dba8346ab2129d9
Don't crash when a duplicate interface/protocol is inside an extern "C" context.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/alias-test-2.m
test/SemaObjCXX/objc-extern-c.mm [new file with mode: 0644]