]> granicus.if.org Git - clang/commit
First half of a fix for the "objc message send in initializer" bug. This only
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 19:37:24 +0000 (19:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 19:37:24 +0000 (19:37 +0000)
commitda46f3b5dacd300ec95a7baa3fb24d5ca2cdf920
treea31469d936239c9dcaab8b0f8e408b505fd5e0e1
parent14dd98a7952c9559e0d17fff8272bf3be67135af
First half of a fix for the "objc message send in initializer" bug.  This only
handles message sends with typenames to start with.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46366 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseInit.cpp
test/Parser/objc-init.m [new file with mode: 0644]