]> granicus.if.org Git - clang/commit
[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)
commit38bc66da56b5700fa307621e725275969a372b09
tree0d1ee4aa2ae5b11de0be2318dc20e3bcd84f5cce
parent412865c8ea9f94a487d9887360b8adb6032e6a80
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234176 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprMember.cpp
test/CodeGenObjC/compound-literal-property-access.m [new file with mode: 0644]