]> granicus.if.org Git - clang/commit
objective-c++: Type of an objc string literal is NSString, not 'id'.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 23 Feb 2012 22:51:36 +0000 (22:51 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 23 Feb 2012 22:51:36 +0000 (22:51 +0000)
commitf64bc202a2bcdf7b10f418ad52aaa7366c8ffef9
treec62e51d37baf9aaa9b50ed0961de1bb111f4438d
parent9428772f16e379bcad35254251f96e3d1077c730
objective-c++: Type of an objc string literal is NSString, not 'id'.
// rdar://10907410

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151296 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/Sema/SemaExprObjC.cpp
test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
test/PCH/objc_exprs.m
test/SemaObjC/NSString-type.m [new file with mode: 0644]
test/SemaObjCXX/NSString-type.mm [new file with mode: 0644]