]> granicus.if.org Git - clang/commit
Type of a conditional expression with two distinct objective-c
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 27 Oct 2009 23:02:38 +0000 (23:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 27 Oct 2009 23:02:38 +0000 (23:02 +0000)
commitdb07b3f7cdcb505329c1280d7cf70791739a7cad
tree40528634d03690e4ef7227d753bb6626363f698c
parentc4c9045dabfc0f0d37dea1b3eb2992654d5b2db1
Type of a conditional expression with two distinct objective-c
class pointer is the most derived common class of the two.
This is <rdar://problem/7334235>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85337 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Sema/SemaExpr.cpp
test/SemaObjC/conditional-expr-6.m [new file with mode: 0644]