]> granicus.if.org Git - clang/commit
fix a crasher where an invalid program that multiply defined
authorChris Lattner <sabre@nondot.org>
Sun, 16 Mar 2008 01:25:17 +0000 (01:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Mar 2008 01:25:17 +0000 (01:25 +0000)
commit439e71f4be0148101281f72f10c9f8bf743e78bd
treeeb29640cc120e9dd33219a2c2c64a323d670f8e7
parentcca59d77c4b84fd2da268018dbaf9431a621e75b
fix a crasher where an invalid program that multiply defined
a protocol could smash more references in than are allocated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp