[Objective-C patch] Patch to fix a crash in IRGen because
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2015 16:56:39 +0000 (16:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2015 16:56:39 +0000 (16:56 +0000)
commit220d08d942ab0df3211388e602ed34fa6139ca61
treea700786b4792de0be436544bded18d5f25a7e2cb
parent897030c80c3eb90c64a9cdd7036dfe24bcdbcc2d
[Objective-C patch] Patch to fix a crash in IRGen because
of incorrect AST when a compound literal of Objective-C
property access is used to initialize a vertor of floats.
rdar://20407999

llvm-svn: 234176
clang/lib/Sema/SemaExprMember.cpp
clang/test/CodeGenObjC/compound-literal-property-access.m [new file with mode: 0644]