]> granicus.if.org Git - clang/commit
"This patch fixes message sends to super in categories for the GNU runtime. This...
authorChris Lattner <sabre@nondot.org>
Fri, 8 May 2009 15:39:58 +0000 (15:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 May 2009 15:39:58 +0000 (15:39 +0000)
commit48e6e7e8106f2404bfdd2d8abe7a840aeeaf047b
treec25a26e494fd8e7a2213e3b8de66407e53e44be6
parente7ac0a94f1dee3fae9292eb8372962b6d70b3e0d
"This patch fixes message sends to super in categories for the GNU runtime.  This used to work, but I broke it when I modified the code to emit the same thing as GCC for message sends to super in classes."

Patch by David Chisnall!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71220 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp