]> granicus.if.org Git - clang/commit
Fix assertion hit or bogus compiler error in cases when instantiating ObjC property...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 19 Jun 2014 14:45:16 +0000 (14:45 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 19 Jun 2014 14:45:16 +0000 (14:45 +0000)
commitfe7694fab6a94720b814689a70d2aaf2e9f4aa0c
tree307fc93fd9e8a03e652047834736f69afa3fcb4e
parent7e2ddf398b8d01a2f8a9a7fbca501f5a9880c100
Fix assertion hit or bogus compiler error in cases when instantiating ObjC property accesses used with overloaded binary operators.

rdar://17153478

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaObjCXX/instantiate-property-access.mm [new file with mode: 0644]